Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / no-inherited-dashed-stroke.xhtml
blob3a2fe32f75154ff3c607984f8c3e1ff737f8e936
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body>
3 <div style="border: 4px dotted black">The SVG rect below this should have a solid red stroke and blue fill.<br />
4 https://bugs.webkit.org/show_bug.cgi?id=25738</div>
5 <svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
6 <rect width="100px" height="100px" fill="blue" style="stroke:red; stroke-width:5; stroke-dasharray:none"/>
7 </svg>
8 </body>
9 </html>