- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-borderRadius-expected.txt
1 Test calling getPropertyValue on computed styles for border radius properties.
2
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
6 getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSPrimitiveValue]
7 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
10 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
11 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
14 getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSPrimitiveValue]
15 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
18 getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSPrimitiveValue]
19
20 Test getting 0px value border radius.
21 getPropertyValue(-webkit-border-top-left-radius): 0px
22 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
23 getPropertyValue(-webkit-border-top-left-radius): 0px
24 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
25