tor-browser

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

moz-broken-matching-lazy-load.html (328B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <style>
      4  :-moz-broken {
      5    border: 10px solid green;
      6  }
      7 </style>
      8 <!--
      9  We need to wait for an error event since we consider lazy load images are NOT
     10  broken initially until loaded.
     11 -->
     12 <img loading="lazy" src="nosuch:url" onerror="document.documentElement.className=''">
     13 </html>