Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / foreignobject-crash-with-absolute-positioned-children.svg
blob1f1fdae591c4ca4e8e94a3802add05c194fa73b0
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
7 <foreignObject width="100%" height="100%" >
8 <body xmlns="http://www.w3.org/1999/xhtml" >
9 <div style="position:absolute">PASS -- This did not crash. https://bugs.webkit.org/show_bug.cgi?id=26342</div>
10 </body>
11 </foreignObject>
12 </svg>