Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt |
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt |
index 58256b4cc1044129603d11a859bc4c1b7dbc0439..deacfd95eb28d46f0f7651402e41df84cfe7d5f1 100644 |
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt |
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt |
@@ -1,17 +1,12 @@ |
Test calling getPropertyValue on computed styles for -webkit-backround-size properties. |
getPropertyValue(-webkit-background-size): 10px 20px |
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList] |
getPropertyValue(-webkit-background-size): 10px 10px |
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList] |
Test getting background size of 0. |
getPropertyValue(-webkit-background-size): 0px 0px |
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList] |
getPropertyValue(-webkit-background-size): 0px 0px |
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList] |
Test getting initial value of the background size. |
getPropertyValue(-webkit-background-size): auto |
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList] |