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

Unified Diff: third_party/WebKit/LayoutTests/transitions/svg-transitions-expected.txt

Issue 2680923005: Refactor CSS Transitions to use CSSInterpolationTypes instead of AnimatableValues (Closed)
Patch Set: Fix transition tests to not expect incorrect behaviour Created 3 years, 10 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: third_party/WebKit/LayoutTests/transitions/svg-transitions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/transitions/svg-transitions-expected.txt b/third_party/WebKit/LayoutTests/transitions/svg-transitions-expected.txt
index 4be498abbce2ad1e869c7f6784652d03c14d596f..52add4f8807af22c25579066f9c4c5f547fd409b 100644
--- a/third_party/WebKit/LayoutTests/transitions/svg-transitions-expected.txt
+++ b/third_party/WebKit/LayoutTests/transitions/svg-transitions-expected.txt
@@ -8,11 +8,11 @@ PASS - "stroke" property for "rect2" element at 1s saw something close to: 127,0
PASS - "stroke-dasharray" property for "rect2" element at 1s saw something close to: 15,15
PASS - "stroke-width" property for "rect4" element at 1s saw something close to: 8
PASS - "stroke-width" property for "rect5" element at 1s saw something close to: 5
-PASS - "stroke-dasharray" property for "rect5" element at 1s saw something close to: 10,10
+PASS - "stroke-dasharray" property for "rect5" element at 1s saw something close to: 20
PASS - "stroke-width" property for "rect6" element at 1s saw something close to: 15
PASS - "stroke-dasharray" property for "rect6" element at 1s saw something close to: 15,15,20,12.5,17.5,17.5
FAIL - "fill" property for "rect7" element at 1s expected: 0,0,127 but saw: url("#invalid") rgb(0, 0, 255)
-PASS - "stroke-dasharray" property for "rect7" element at 1s saw something close to: 10,10
+PASS - "stroke-dasharray" property for "rect7" element at 1s saw something close to: none
PASS - "stop-color" property for "stop1" element at 1s saw something close to: 127,127,0
PASS - "stop-opacity" property for "stop1" element at 1s saw something close to: 0.75
PASS - "stroke-miterlimit" property for "polyline1" element at 1s saw something close to: 11

Powered by Google App Engine
This is Rietveld 408576698