zandobersek@gmail.com | da52255 | 2014-02-08 17:08:08 +0000 | [diff] [blame] | 1 | <html><head> |
| 2 | <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
| 3 | |
| 4 | |
| 5 | <title>A page that contains multiple nested frames</title> |
| 6 | </head><body> |
| 7 | This page contains several frames.<br> |
| 8 | <iframe src="resources/frame_0.html"></iframe><br> |
| 9 | <iframe src="resources/frame_1.html"></iframe><br> |
| 10 | <iframe src="resources/frame_2.html"></iframe><br> |
| 11 | And a red square:<br> |
| 12 | <img src="resources/red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'"> |
| 13 | <div id="error"></div> |
| 14 | </body></html> |