Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / collect-html-in-named-flow.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <style>
5             iframe {
6                 width: 50px;
7                 height: 50px;
8                 border: none;
9                 background-color: green;
10             }
11         </style>
12     </head>
13     <body>
14         <p>Test that collecting the html element in a named flow is possible.</p>
15         <p>On success, you should see a green rectangle below and the test does not crash or assert.</p>
16         <iframe src="resources/iframe-html-collected.html"></iframe>
17     </body>
18 </html>