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

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

Issue 983103003: Use Length for the stroke-width property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: lengthSetterForProperty Created 5 years, 9 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/transitions/svg-transitions.html
diff --git a/LayoutTests/transitions/svg-transitions.html b/LayoutTests/transitions/svg-transitions.html
index e46e47a2fc281559a5e4803d287fc592742bba5b..e9be775d05f501b9b5291a2b0fb2ef0f0cafb276 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", "2.13mm", 0.2], // 1px to 4mm
+ [1, "rect4", "stroke-width", 8, 0.5], // 1px to 4mm (~15.1px)
[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%

Powered by Google App Engine
This is Rietveld 408576698