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

Unified Diff: LayoutTests/transitions/svg-transitions.html

Issue 716963002: Remove property-specific handling in animation-test-helpers.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@animhelpercleanup
Patch Set: rm whitespace Created 6 years, 1 month 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/transitions/svg-transitions.html
diff --git a/LayoutTests/transitions/svg-transitions.html b/LayoutTests/transitions/svg-transitions.html
index af2e9ddf1fa15ac73ae59e75952cae9453700326..e46e47a2fc281559a5e4803d287fc592742bba5b 100644
--- a/LayoutTests/transitions/svg-transitions.html
+++ b/LayoutTests/transitions/svg-transitions.html
@@ -138,7 +138,7 @@
[1, "rect2", "fill", [0, 127, 127], 20], // rgb(0, 0, 255) -> rgb(0, 255, 0)
[1, "rect2", "stroke", [127, 0, 0], 20], // rgb(255, 0, 0) -> rgb(0, 0, 0)
[1, "rect2", "stroke-dasharray", [15, 15], 1], // (10, 10) -> (20, 20)
- [1, "rect4", "stroke-width", 8, 1], // 1px to 4mm
+ [1, "rect4", "stroke-width", "2.13mm", 0.2], // 1px to 4mm
[1, "rect5", "stroke-width", 5, 1], // 0 to 10px
[1, "rect5", "stroke-dasharray", [10, 10], 1], // (0, 0) -> (20, 20)
[1, "rect6", "stroke-width", 15, 2], // 10% to 20%
« no previous file with comments | « LayoutTests/transitions/svg-text-shadow-transition-expected.txt ('k') | LayoutTests/transitions/svg-transitions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698