tor-browser

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

1475003.html (396B)


      1 <html class="reftest-wait">
      2 <head>
      3 <script>
      4 function go() {
      5  window.requestAnimationFrame(eh);
      6 }
      7 function eh() {
      8  a.appendChild(b);
      9  d.innerHTML = c.outerHTML;
     10  document.documentElement.removeAttribute("class");
     11 }
     12 </script>
     13 </head>
     14 <body onload=go()>
     15 <audio id="a" onerror="eh()" src="x"></audio>
     16 <data id="b">
     17 <li id="c">
     18 <svg>
     19 <set attributeName="overflow" to="hidden"/>
     20 <li id="d">
     21 </html>