tor-browser

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

iframe-loading-lazy-in-viewport-001.html (451B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4  <meta charset="utf-8">
      5  <link rel="match" href="iframe-loading-lazy-in-viewport-ref.html">
      6  <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1860041">
      7 </head>
      8 <body>
      9  <iframe loading="lazy" src="data:text/html,PASS" onload="document.documentElement.className = ''"></iframe>
     10  <script>
     11    document.querySelector("iframe").getBoundingClientRect();
     12  </script>
     13 </body>
     14 </html>