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

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

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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-expected.txt
diff --git a/LayoutTests/transitions/svg-transitions-expected.txt b/LayoutTests/transitions/svg-transitions-expected.txt
index 73774a85a3c163acffa80e6c697537d763eb3749..24f4026b1e313e0ad99264b7a81efb4c7624066d 100644
--- a/LayoutTests/transitions/svg-transitions-expected.txt
+++ b/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) #0000ff
+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