tor-browser

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

descriptor-fallback-invalid.html (630B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Test: descriptor fallback, 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/#counter-style-fallback">
      6 <link rel="match" href="descriptor-fallback-invalid-ref.html">
      7 <link rel="stylesheet" href="support/test-common.css">
      8 <style type="text/css">
      9  @counter-style a {
     10    system: extends upper-alpha;
     11    fallback: decimal-leading-zero;
     12    fallback: decimal cjk-decimal;
     13    fallback: "*";
     14  }
     15 </style>
     16 <ol start="0" style="list-style-type: a">
     17  <li><li><li><li><li>
     18 </ol>