tor-browser

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

bug863728-2.html (417B)


      1 <!DOCTYPE html>
      2 <html class=reftest-wait>
      3 <meta charset=utf-8>
      4 <script>
      5 function runTest() {
      6  var r = document.documentElement;
      7  var d = window[0].document;
      8  var i = d.createElement("iframe");
      9  i.src = "data:text/html,PASS";
     10  i.onload = function() {
     11    r.removeAttribute("class");
     12  }
     13  d.body.appendChild(i);
     14 }
     15 </script>
     16 <body onload="runTest();">
     17 <iframe src="bug863728-1.html" width=400 height=200></iframe>