tor-browser

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

page-invalid.html (572B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages">
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script src="/css/support/parsing-testcommon.js"></script>
      7 <script>
      8  test_invalid_value("page", "not valid");
      9  test_invalid_value("page", "not,valid");
     10  test_invalid_value("page", "123px");
     11  test_invalid_value("page", "calc(10%+1px)");
     12  test_invalid_value("page", "default");
     13 </script>