| <html><head> |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
| |
| |
| <title>A page that contains multiple nested frames</title> |
| <script> |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.dumpChildFramesAsText(); |
| } |
| </script> |
| </head><body> |
| This page contains several frames.<br> |
| <iframe src="multi_frames_files/frame_0.html"></iframe><br> |
| <iframe src="multi_frames_files/frame_1.html"></iframe><br> |
| <iframe src="multi_frames_files/frame_2.html"></iframe><br> |
| And a red square:<br> |
| <img src="frame_4_data/red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'"> |
| <div id="error"></div> |
| </body></html> |