blob: 491ccece0af811955efa97f3a182f5ef954b30c0 [file] [log] [blame]
zandobersek@gmail.comda522552014-02-08 17:08:08 +00001<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>
7This 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>
11And 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>