[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / webarchive / archive-empty-frame-dom.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2         "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>Empty iFrame causes archive exception</title>
6 <script>
7     if (window.layoutTestController)
8         layoutTestController.dumpDOMAsWebArchive();
9 </script>
10 </head>
11 <body>
12
13 <p>
14 Here lies an `iframe` with no content/src:
15 <p>
16
17 <iframe id="emptyFrame" style="width: 100%; height: 100px; border: solid 2px red;">
18 </iframe>
19
20 </body>
21 </html>