tor-browser

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

image-loading-lazy.html.ini (722B)


      1 [image-loading-lazy.html]
      2  expected:
      3    if (os == "linux") and not debug and not asan and not tsan: [OK, TIMEOUT]
      4  [Below-viewport loading=lazy images only load when in the viewport and do not block the window load event]
      5    expected:
      6      if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN]
      7 
      8  [Below-viewport data:url images only load when in the viewport and do not block the window load event]
      9    expected:
     10      if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN]
     11 
     12  [Below-viewport blob URL images only load when in the viewport and do not block the window load event]
     13    expected:
     14      if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN]