Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / svg-element-not-collected-expected.html
1 <!doctype html>
2 <html>
3     <head>
4         <link rel="stylesheet" href="resources/region-style.css">
5     </head>
6     <body>
7         <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=73735">73735</a>: Collect SVG nodes in render flow thread</p>
8         <p>It should NOT be possible to collect a svg element (other than svg root element) into a render flow thread.</p>
9         <p>On success, you should see a green box below.</p>
10         <div style="width:50px; height:50px; background-color: green;"></div>
11     </body>
12 </html>