mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
71ce0cfc2a
This patch implements five telemetry probes to help us learn how lazyload thresholds perform in the wild. Differential Revision: https://phabricator.services.mozilla.com/D102845
10 lines
590 B
HTML
10 lines
590 B
HTML
<!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>
|