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

Unified Diff: LayoutTests/virtual/legacy-animations-engine/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/virtual/legacy-animations-engine/transitions/svg-transitions-expected.txt
diff --git a/LayoutTests/virtual/legacy-animations-engine/transitions/svg-transitions-expected.txt b/LayoutTests/virtual/legacy-animations-engine/transitions/svg-transitions-expected.txt
index 8413cbb72a0f93fdedb3813664422a839b27e06a..b74bad74489cd25406c386b8d0fbb5b29b82e3a6 100644
--- a/LayoutTests/virtual/legacy-animations-engine/transitions/svg-transitions-expected.txt
+++ b/LayoutTests/virtual/legacy-animations-engine/transitions/svg-transitions-expected.txt
@@ -11,7 +11,7 @@ PASS - "stroke-width" property for "rect5" element at 1s saw something close to:
FAIL - "stroke-dasharray" property for "rect5" element at 1s expected: 10,10 but saw: 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) #0000ff
+FAIL - "fill" property for "rect7" element at 1s expected: 0,0,127 but saw: url(#invalid) rgb(0, 0, 255)
FAIL - "stroke-dasharray" property for "rect7" element at 1s expected: 10,10 but saw: 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

Powered by Google App Engine
This is Rietveld 408576698