tor-browser

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

system-fixed-invalid.html (679B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Test: system fixed, invalid</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
      5 <link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#fixed-system">
      6 <link rel="match" href="system-common-invalid2-ref.html">
      7 <link rel="stylesheet" href="support/test-common.css">
      8 <style type="text/css">
      9  @counter-style a {
     10    system: fixed;
     11    suffix: ":";
     12  }
     13  @counter-style b {
     14    system: fixed invalid;
     15    suffix: ":";
     16  }
     17 </style>
     18 <ol start="-2" style="list-style-type: a">
     19  <li>foo<li>bar<li>foo<li>bar
     20 </ol>
     21 <ol start="-2" style="list-style-type: b">
     22  <li>foo<li>bar<li>foo<li>bar
     23 </ol>