text-emphasis-style-property-010Cc.html (1689B)
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, Cc</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 Cc"> 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 0x0000, 16 0x0001, 17 0x0002, 18 0x0003, 19 0x0004, 20 0x0005, 21 0x0006, 22 0x0007, 23 0x0008, 24 0x0009, 25 0x000A, 26 0x000B, 27 0x000C, 28 0x000D, 29 0x000E, 30 0x000F, 31 0x0010, 32 0x0011, 33 0x0012, 34 0x0013, 35 0x0014, 36 0x0015, 37 0x0016, 38 0x0017, 39 0x0018, 40 0x0019, 41 0x001A, 42 0x001B, 43 0x001C, 44 0x001D, 45 0x001E, 46 0x001F, 47 0x007F, 48 0x0080, 49 0x0081, 50 0x0082, 51 0x0083, 52 0x0084, 53 0x0085, 54 0x0086, 55 0x0087, 56 0x0088, 57 0x0089, 58 0x008A, 59 0x008B, 60 0x008C, 61 0x008D, 62 0x008E, 63 0x008F, 64 0x0090, 65 0x0091, 66 0x0092, 67 0x0093, 68 0x0094, 69 0x0095, 70 0x0096, 71 0x0097, 72 0x0098, 73 0x0099, 74 0x009A, 75 0x009B, 76 0x009C, 77 0x009D, 78 0x009E, 79 0x009F, 80 ]; 81 document.write(codepoints.map(function (code) { 82 return String.fromCodePoint(code); 83 }).join(' ')); 84 </script> 85 </div>