tor-browser

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

text-align-webkit-match-parent.html (399B)


      1 <!DOCTYPE html>
      2 <title>text-align: -webkit-match-parent should not be supported</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-text/#valdef-text-align-match-parent">
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <body>
      7 <script>
      8 test(function() {
      9  assert_false(CSS.supports('text-align: -webkit-match-parent'));
     10 });
     11 </script>