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 30984) |
+++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt (working copy) |
@@ -208,6 +208,8 @@ |
rect: style.getPropertyCSSValue(-webkit-background-composite) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(-webkit-background-origin) : padding-box |
rect: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSPrimitiveValue] |
+rect: style.getPropertyValue(-webkit-background-size) : auto auto |
+rect: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList] |
rect: style.getPropertyValue(-webkit-border-fit) : border |
rect: style.getPropertyCSSValue(-webkit-border-fit) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px |
@@ -616,6 +618,8 @@ |
g: style.getPropertyCSSValue(-webkit-background-composite) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(-webkit-background-origin) : padding-box |
g: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSPrimitiveValue] |
+g: style.getPropertyValue(-webkit-background-size) : auto auto |
+g: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList] |
g: style.getPropertyValue(-webkit-border-fit) : border |
g: style.getPropertyCSSValue(-webkit-border-fit) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px |