forked from mirrors/gecko-dev
		
	 71ce0cfc2a
			
		
	
	
		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
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			590 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 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>
 |