summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/file_lazyload_telemetry.html
blob: 473822c37fb50a05efd606ba28c4cc23f2776e5a (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<html>
  <body>
    <img id="image1" src="image_rgrg-256x256.png" loading="lazy" style="display:block; width:100px; height:50vh; margin-bottom: 1px;">
    <img id="image2" src="image_rgrg-256x256.png" loading="lazy" style="display:block; width:100px; height:50vh; margin-bottom: 1px;">
    <img id="image3" src="image_rgrg-256x256.png" loading="lazy" style="display:block; width:100px; height:50vh; margin-bottom: 1px;">
    <img id="image4" src="image_rgrg-256x256.png" loading="lazy" style="display:block; width:100px; height:50vh; margin-bottom: 1px;">
  </body>
</html>