tor-browser

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

grouping-li-reftest-003.html (756B)


      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: dynamic update test for LI @value</title>
      9  <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org">
     10  <link rel="help" href="https://html.spec.whatwg.org/multipage/grouping-content.html#the-li-element">
     11  <link rel="help" href="https://drafts.csswg.org/css-lists/#propdef-counter-set">
     12  <link rel="match" href="grouping-li-reftest-003-ref.html">
     13 </head>
     14 <body onload="document.getElementById('item').removeAttribute('value');">
     15 <noscript>Test not run - javascript required.</noscript>
     16 <ol><li id="item" value="3"></li></ol>
     17 </body>
     18 </html>