Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / stroke / animated-non-scaling-rxry-expected.html
blob10188375a6ff6c2befa08837573ff92e7c9cac5d
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" rx="50" ry="20"></rect>
7 </svg>
8 </body>
9 </html>