Merge "[Release] Webkit2-efl-123997_0.11.77" into tizen_2.2
[framework/web/webkit-efl.git] / LayoutTests / mhtml / multi_frames.html_original
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 <script>
7 if (window.testRunner) {
8   testRunner.dumpAsText();
9   testRunner.dumpChildFramesAsText();
10 }
11 </script>
12 </head><body>
13 This page contains several frames.<br>
14 <iframe src="multi_frames_files/frame_0.html"></iframe><br>
15 <iframe src="multi_frames_files/frame_1.html"></iframe><br>
16 <iframe src="multi_frames_files/frame_2.html"></iframe><br>
17 And a red square:<br>
18 <img src="frame_4_data/red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'">
19 <div id="error"></div>
20 </body></html>