initial import
[vuplus_webkit] / Source / WebKit / chromium / tests / data / pageserializer / top_frame.html
1 <html>
2 <body>
3
4 <img src="red_background.png"/>
5
6 <iframe src="iframe.html"></iframe>
7 <object data="iframe2.html"></object>
8 <iframe src="iframe.html"></iframe>
9
10 </body>
11
12 </html>