tor-browser

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

iframe-border-radius-ref.html (439B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <body>
      4 <iframe src="iframe-border-radius-frame.html" id="f" style="width:500px; height:500px; border-radius:100px; border:none;"></iframe>
      5 <script>
      6 var f = document.getElementById("f");
      7 function doTest() {
      8  f.contentWindow.scrollTo(0, 80);
      9  document.documentElement.removeAttribute('class');
     10 }
     11 document.addEventListener("MozReftestInvalidate", doTest);
     12 </script>
     13 </body>
     14 </html>