tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

text-emphasis-style-property-010Zs.html (1113B)


      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, Zs</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 Zs">
     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    0x0020,
     16    0x00A0,
     17    0x1680,
     18    0x2000,
     19    0x2001,
     20    0x2002,
     21    0x2003,
     22    0x2004,
     23    0x2005,
     24    0x2006,
     25    0x2007,
     26    0x2008,
     27    0x2009,
     28    0x200A,
     29    0x202F,
     30    0x205F,
     31    0x3000,
     32  ];
     33  document.write(codepoints.map(function (code) {
     34    return String.fromCodePoint(code);
     35  }).join(' '));
     36 </script>
     37 </div>