image_test.html (656B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="UTF-8" /> 5 <!-- random words that should not end up on disk --> 6 <title>gigantic experience</title> 7 </head> 8 <body> 9 <h1 id="header">focus test page</h1> 10 11 <!-- More random words that should not end up on disk --> 12 <p>groovy rabbits</p> 13 <img 14 id="rabbitImage" 15 src="rabbit.jpg" 16 alt="rabbit.jpg" 17 width="251" 18 height="201" 19 /> 20 21 <a id="download" href="download.jpg" download="mozillaLogo"> 22 <img 23 border="0" 24 src="download.jpg" 25 alt="download icon" 26 width="104" 27 height="142" 28 /> 29 </a> 30 </body> 31 </html>