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

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt

Issue 1102003: WebKit Roll 56165:56197. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: This time with expectations. Created 10 years, 9 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: webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt (revision 42019)
+++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt (working copy)
@@ -2,7 +2,7 @@
rect: style.getPropertyCSSValue(background-attachment) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(background-clip) : border-box
rect: style.getPropertyCSSValue(background-clip) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0)
+rect: style.getPropertyValue(background-color) : transparent
rect: style.getPropertyCSSValue(background-color) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(background-image) : none
rect: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]
@@ -416,7 +416,7 @@
g: style.getPropertyCSSValue(background-attachment) : [object CSSPrimitiveValue]
g: style.getPropertyValue(background-clip) : border-box
g: style.getPropertyCSSValue(background-clip) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0)
+g: style.getPropertyValue(background-color) : transparent
g: style.getPropertyCSSValue(background-color) : [object CSSPrimitiveValue]
g: style.getPropertyValue(background-image) : none
g: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]

Powered by Google App Engine
This is Rietveld 408576698