Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: LayoutTests/svg/stroke/animated-non-scaling-rxry-expected.html

Issue 16914003: Fix SVG animations which set rx or ry attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update tests with minor nits Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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>
OLDNEW
« no previous file with comments | « LayoutTests/svg/stroke/animated-non-scaling-rxry.html ('k') | Source/core/rendering/svg/RenderSVGRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698