tor-browser

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

grouping-li-reftest-004-ref.html (547B)


      1 <!DOCTYPE html>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html><head>
      7  <meta charset="utf-8">
      8  <title>HTML LI element: implied scope</title>
      9  <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org">
     10  <style>
     11    body { margin-left: 40px }
     12    li { list-style-type: decimal }
     13  </style>
     14 </head>
     15 <body>
     16 <li start="1"></li>
     17 <li start="2"></li>
     18 <li start="3"></li>
     19 <li start="4"></li>
     20 <div><li></li></div>
     21 <div><div><li></li></div></div>
     22 </body>
     23 </html>