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

Unified Diff: LayoutTests/svg/animations/animateTransform-to-mismatched-types-expected.html

Issue 330813002: Fix computation of animated transform w/ different from/to transform types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixup comment. Created 6 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/animations/animateTransform-to-mismatched-types-expected.html
diff --git a/LayoutTests/svg/animations/animateTransform-to-mismatched-types-expected.html b/LayoutTests/svg/animations/animateTransform-to-mismatched-types-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..17c1b2d9f566fca376d915eed254f591ffd884d6
--- /dev/null
+++ b/LayoutTests/svg/animations/animateTransform-to-mismatched-types-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<svg width="200" height="200">
+ <rect width="100" height="100" transform="scale(2)" fill="green"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698