Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / stroke / animated-non-scaling-stroke.html
blobadddef8ccd05ed7e81ef024696c590275f63f4a7
1 <!DOCTYPE html>
2 <html>
3 <body>
4 Test for crbug.com/232890: this test passes if there is a green square with a small blue border.<br/>
5 <svg id="actual" width="300" height="300">
6 <rect x="2" y="2" width="2" height="2" vector-effect="non-scaling-stroke" stroke-width="2" stroke="blue" fill="green"/>
7 <set attributeName="viewBox" to="0 0 25 25" begin="0s" fill="freeze"/>
8 </svg>
9 </body>
10 </html>