blob: 8c8e01c4873cf392bed92bc2f723572c4b9123ed [file] [log] [blame]
<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>