| OLD | NEW |
| 1 <html><head> | 1 <html><head> |
| 2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | 2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
| 3 | 3 |
| 4 | |
| 5 <title>Page with square</title> | 4 <title>Page with square</title> |
| 6 <script> | |
| 7 if (window.testRunner) { | |
| 8 testRunner.dumpAsText(); | |
| 9 } | |
| 10 | |
| 11 </script> | |
| 12 </head><body> | 5 </head><body> |
| 13 This is a red square:<br> | 6 This is a red square:<br> |
| 14 <img src="page_with_image_files/red_square.png" onerror="document.getElementById
('error').innerHTML+='Failed to load image!'"> | 7 <img src="resources/red_square.png"> |
| 15 <div id="error"></div> | 8 </body></html> |
| 16 </body></html> | |
| OLD | NEW |