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

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

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests Created 5 years, 3 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 f95db9870c1fdb3608a80a8e1932c16d17a53281..4be498abbce2ad1e869c7f6784652d03c14d596f 100644
--- a/third_party/WebKit/LayoutTests/transitions/svg-transitions-expected.txt
+++ b/third_party/WebKit/LayoutTests/transitions/svg-transitions-expected.txt
@@ -11,7 +11,7 @@ PASS - "stroke-width" property for "rect5" element at 1s saw something close to:
PASS - "stroke-dasharray" property for "rect5" element at 1s saw something close to: 10,10
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)
+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 - "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

Powered by Google App Engine
This is Rietveld 408576698