tor-browser

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

653930-1.html (504B)


      1 <html class="reftest-wait">
      2  <head>
      3    <script type="text/javascript">
      4      window.onload = function() {
      5 
      6        // Get the frame
      7        var frame = document.getElementById("testframe");
      8 
      9        // Set margin* attributes
     10        frame.marginWidth = "30px";
     11        frame.marginHeight = "20px";
     12 
     13        // Trigger the reftest snapshot
     14        document.documentElement.className = '';
     15      }
     16    </script>
     17  </head>
     18  <body>
     19    <iframe id="testframe" src="653930-1-iframe.html">
     20  </body>
     21 </html>