tor-browser

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

body-frame-margin-remove-other-pres-hint-ref.html (389B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4    <title></title>
      5 </head>
      6 <body>
      7 <script type="text/javascript">
      8    function loadFrame() {
      9        document.documentElement.className = "";
     10    }
     11 </script>
     12 <iframe id=frame onload="loadFrame()" srcdoc="<body><span lang='en'>text</span></body>" marginwidth="100px" marginheight="100px" width=300px height=300px></iframe>
     13 </body>
     14 </html>