Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / stroke / zero-width-hang.html
blob3423168c8c2bd22a41a4b6aee62d783c96bb1973
1 <html>
2 <head>
3 <title> SVG lock up test</title>
4 </head>
5 <body>
6 This test PASS if it doesn't cause the page to freeze.
7 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="312" height="200">
8 <path style="stroke-width: 0px; stroke-linejoin: miter; " fill="none" stroke="#ffffff" d="M0,1L312,1" stroke-linejoin="miter" stroke-dasharray="0,0"></path>
9 </svg>
10 <script>
11 if (window.testRunner) {
12 testRunner.dumpAsText();
14 </script>
15 </body>
16 </html>