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% |