tor-browser

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

grouping-li-reftest-003-ref.html (452B)


      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 </head>
     11 <body onload="document.getElementById('item').removeAttribute('value');">
     12 <ol><li id="item" value="3"></li></ol>
     13 </body>
     14 </html>