tor-browser

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

595606-2.html (378B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <body onload="
      4    document.body.removeChild(document.getElementById('x'));
      5    document.documentElement.removeAttribute('class');">
      6 
      7    <div id="x">
      8      <form id="a">
      9        <select></select>
     10      </form>
     11      <form id="a">
     12        <select></select>
     13      </form>
     14    </div>
     15 
     16    <select form="a"></select>
     17  </body>
     18 </html>