| 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 | 4 |
| 5 <title>A page that contains multiple nested frames</title> | 5 <title>A page that contains multiple nested frames</title> |
| 6 <script> | |
| 7 if (window.testRunner) { | |
| 8 testRunner.dumpAsText(); | |
| 9 testRunner.dumpChildFramesAsText(); | |
| 10 } | |
| 11 </script> | |
| 12 </head><body> | 6 </head><body> |
| 13 This page contains several frames.<br> | 7 This page contains several frames.<br> |
| 14 <iframe src="multi_frames_files/frame_0.html"></iframe><br> | 8 <iframe src="multi_frames_files/frame_0.html"></iframe><br> |
| 15 <iframe src="multi_frames_files/frame_1.html"></iframe><br> | 9 <iframe src="multi_frames_files/frame_1.html"></iframe><br> |
| 16 <iframe src="multi_frames_files/frame_2.html"></iframe><br> | 10 <iframe src="multi_frames_files/frame_2.html"></iframe><br> |
| 17 And a red square:<br> | 11 And a red square:<br> |
| 18 <img src="frame_4_data/red_square.png" onerror="document.getElementById('error')
.innerHTML+='Failed to load image!'"> | 12 <img src="frame_4_data/red_square.png"> |
| 19 <div id="error"></div> | 13 </body></html> |
| 20 </body></html> | |
| OLD | NEW |