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

Unified Diff: LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-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/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt
diff --git a/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt b/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt
index 3ac6dacabfe6e650c63b7127d767bfefab5e188b..98edfbf919bcef7716f4ad3ac80d62795bb1eee1 100644
--- a/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt
+++ b/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt
@@ -4,9 +4,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS styleElement.disabled is false
-PASS window.getComputedStyle(rect).fill is "#0000ff"
+PASS window.getComputedStyle(rect).fill is "rgb(0, 0, 255)"
PASS styleElement.disabled is true
-PASS window.getComputedStyle(rect).fill is "#ff0000"
+PASS window.getComputedStyle(rect).fill is "rgb(255, 0, 0)"
PASS newStyleElement.disabled is false
PASS newStyleElement.disabled is false
PASS otherStyleElement.disabled is false

Powered by Google App Engine
This is Rietveld 408576698