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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/stroke/animated-non-scaling-rxry-expected.html
diff --git a/LayoutTests/svg/stroke/animated-non-scaling-rxry-expected.html b/LayoutTests/svg/stroke/animated-non-scaling-rxry-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..fd5f8944b579284660667cb82f2351a50379cb29
--- /dev/null
+++ b/LayoutTests/svg/stroke/animated-non-scaling-rxry-expected.html
@@ -0,0 +1,9 @@
+<html>
+<head></head>
+<body>
+ Test for crbug.com/235256: this test passes if the rect is rounded<br>
+ <svg id="actual" width="300" height="300">
+ <rect x="20" y="20" width="200" height="200" vector-effect="non-scaling-stroke" fill="green" rx="50" ry="20"></rect>
+ </svg>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698