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