tor-browser

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

text-emphasis-style-property-010Zp.html (921B)


      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, Zp</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 Zp">
     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    0x2029,
     16  ];
     17  document.write(codepoints.map(function (code) {
     18    return String.fromCodePoint(code);
     19  }).join(' '));
     20 </script>
     21 </div>