text-emphasis-style-property-010Cf.html (2819B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <!-- This file was generated automatically by the script 4 ./support/generate-text-emphasis-style-property-010-tests.sh --> 5 <title>CSS Test: text-emphasis, Cf</title> 6 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> 7 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 8 <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property"> 9 <meta name="assert" content="Emphasis marks should not be rendered for characters in general category Cf"> 10 <link rel="match" href="text-emphasis-style-property-010-ref.html"> 11 <p>Pass if there is nothing rendered below:</p> 12 <div style="color: white; white-space: pre-wrap; text-emphasis: filled circle red"> 13 <script> 14 var codepoints = [ 15 0x00AD, 16 0x0600, 17 0x0601, 18 0x0602, 19 0x0603, 20 0x0604, 21 0x0605, 22 0x061C, 23 0x06DD, 24 0x070F, 25 0x180E, 26 0x200B, 27 0x200C, 28 0x200D, 29 0x200E, 30 0x200F, 31 0x202A, 32 0x202B, 33 0x202C, 34 0x202D, 35 0x202E, 36 0x2060, 37 0x2061, 38 0x2062, 39 0x2063, 40 0x2064, 41 0x2066, 42 0x2067, 43 0x2068, 44 0x2069, 45 0x206A, 46 0x206B, 47 0x206C, 48 0x206D, 49 0x206E, 50 0x206F, 51 0xFEFF, 52 0xFFF9, 53 0xFFFA, 54 0xFFFB, 55 0x110BD, 56 0x1BCA0, 57 0x1BCA1, 58 0x1BCA2, 59 0x1BCA3, 60 0x1D173, 61 0x1D174, 62 0x1D175, 63 0x1D176, 64 0x1D177, 65 0x1D178, 66 0x1D179, 67 0x1D17A, 68 0xE0001, 69 0xE0020, 70 0xE0021, 71 0xE0022, 72 0xE0023, 73 0xE0024, 74 0xE0025, 75 0xE0026, 76 0xE0027, 77 0xE0028, 78 0xE0029, 79 0xE002A, 80 0xE002B, 81 0xE002C, 82 0xE002D, 83 0xE002E, 84 0xE002F, 85 0xE0030, 86 0xE0031, 87 0xE0032, 88 0xE0033, 89 0xE0034, 90 0xE0035, 91 0xE0036, 92 0xE0037, 93 0xE0038, 94 0xE0039, 95 0xE003A, 96 0xE003B, 97 0xE003C, 98 0xE003D, 99 0xE003E, 100 0xE003F, 101 0xE0040, 102 0xE0041, 103 0xE0042, 104 0xE0043, 105 0xE0044, 106 0xE0045, 107 0xE0046, 108 0xE0047, 109 0xE0048, 110 0xE0049, 111 0xE004A, 112 0xE004B, 113 0xE004C, 114 0xE004D, 115 0xE004E, 116 0xE004F, 117 0xE0050, 118 0xE0051, 119 0xE0052, 120 0xE0053, 121 0xE0054, 122 0xE0055, 123 0xE0056, 124 0xE0057, 125 0xE0058, 126 0xE0059, 127 0xE005A, 128 0xE005B, 129 0xE005C, 130 0xE005D, 131 0xE005E, 132 0xE005F, 133 0xE0060, 134 0xE0061, 135 0xE0062, 136 0xE0063, 137 0xE0064, 138 0xE0065, 139 0xE0066, 140 0xE0067, 141 0xE0068, 142 0xE0069, 143 0xE006A, 144 0xE006B, 145 0xE006C, 146 0xE006D, 147 0xE006E, 148 0xE006F, 149 0xE0070, 150 0xE0071, 151 0xE0072, 152 0xE0073, 153 0xE0074, 154 0xE0075, 155 0xE0076, 156 0xE0077, 157 0xE0078, 158 0xE0079, 159 0xE007A, 160 0xE007B, 161 0xE007C, 162 0xE007D, 163 0xE007E, 164 0xE007F, 165 ]; 166 document.write(codepoints.map(function (code) { 167 return String.fromCodePoint(code); 168 }).join(' ')); 169 </script> 170 </div>