| Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt
|
| index a335e048803771e90c71eeecef68f89c7344b046..820c86e8b4266c9611e5d18fdcb3993a50f71192 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt
|
| +++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt
|
| @@ -1,25 +1,15 @@
|
| Test calling getPropertyValue on computed styles for border radius properties.
|
|
|
| getPropertyValue(-webkit-border-top-right-radius): 10px 20px
|
| -getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSValueList]
|
| getPropertyValue(-webkit-border-top-right-radius): 10px
|
| -getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSPrimitiveValue]
|
| getPropertyValue(-webkit-border-top-left-radius): 10px 20px
|
| -getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSValueList]
|
| getPropertyValue(-webkit-border-top-left-radius): 10px
|
| -getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
|
| getPropertyValue(-webkit-border-bottom-right-radius): 10px 20px
|
| -getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSValueList]
|
| getPropertyValue(-webkit-border-bottom-right-radius): 10px
|
| -getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSPrimitiveValue]
|
| getPropertyValue(-webkit-border-bottom-left-radius): 10px 20px
|
| -getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSValueList]
|
| getPropertyValue(-webkit-border-bottom-left-radius): 10px
|
| -getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSPrimitiveValue]
|
|
|
| Test getting 0px value border radius.
|
| getPropertyValue(-webkit-border-top-left-radius): 0px
|
| -getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
|
| getPropertyValue(-webkit-border-top-left-radius): 0px
|
| -getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
|
|
|
|
|