Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / stroke / animated-non-scaling-rxry.html
blobf9c0a2fcff6b158efd877d0e5f368b66b12e6f70
1 <!DOCTYPE html>
2 <html>
3 <body>
4 Test for crbug.com/235256: this test passes if the rect is rounded<br>
5 <svg width="300" height="300">
6 <rect x="20" y="20" width="200" height="200" fill="green">
7 <set attributename="rx" to="50" begin="0s" fill="freeze"/>
8 <set attributename="ry" to="20" begin="0s" fill="freeze"/>
9 </rect>
10 </svg>
11 </body>
12 </html>