Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / text / text-block-child-crash.xhtml
1 <html xmlns="http://www.w3.org/1999/xhtml">
2     Test passes if it does not crash.
3     <script>
4         if (window.testRunner)
5             testRunner.dumpAsText();
6     </script>
7     <style>
8         svg text:before { display: list-item; content: 'PASS'; }
9     </style>
10     <svg xmlns="http://www.w3.org/2000/svg">
11         <text></text>
12     </svg>
13 </html>