OLD | NEW |
1 Test calling getPropertyValue on computed styles for border radius properties. | 1 Test calling getPropertyValue on computed styles for border radius properties. |
2 | 2 |
3 getPropertyValue(-webkit-border-top-right-radius): 10px 20px | 3 getPropertyValue(-webkit-border-top-right-radius): 10px 20px |
4 getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSValueList] | |
5 getPropertyValue(-webkit-border-top-right-radius): 10px | 4 getPropertyValue(-webkit-border-top-right-radius): 10px |
6 getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSPrimitiveValue] | |
7 getPropertyValue(-webkit-border-top-left-radius): 10px 20px | 5 getPropertyValue(-webkit-border-top-left-radius): 10px 20px |
8 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSValueList] | |
9 getPropertyValue(-webkit-border-top-left-radius): 10px | 6 getPropertyValue(-webkit-border-top-left-radius): 10px |
10 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue] | |
11 getPropertyValue(-webkit-border-bottom-right-radius): 10px 20px | 7 getPropertyValue(-webkit-border-bottom-right-radius): 10px 20px |
12 getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSValueList] | |
13 getPropertyValue(-webkit-border-bottom-right-radius): 10px | 8 getPropertyValue(-webkit-border-bottom-right-radius): 10px |
14 getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSPrimitiveVal
ue] | |
15 getPropertyValue(-webkit-border-bottom-left-radius): 10px 20px | 9 getPropertyValue(-webkit-border-bottom-left-radius): 10px 20px |
16 getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSValueList] | |
17 getPropertyValue(-webkit-border-bottom-left-radius): 10px | 10 getPropertyValue(-webkit-border-bottom-left-radius): 10px |
18 getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSPrimitiveValu
e] | |
19 | 11 |
20 Test getting 0px value border radius. | 12 Test getting 0px value border radius. |
21 getPropertyValue(-webkit-border-top-left-radius): 0px | 13 getPropertyValue(-webkit-border-top-left-radius): 0px |
22 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue] | |
23 getPropertyValue(-webkit-border-top-left-radius): 0px | 14 getPropertyValue(-webkit-border-top-left-radius): 0px |
24 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue] | |
25 | 15 |
OLD | NEW |