Upstream version 11.40.277.0
[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 getPropertyValue(-webkit-border-top-right-radius): 10px
5 getPropertyValue(-webkit-border-top-left-radius): 10px 20px
6 getPropertyValue(-webkit-border-top-left-radius): 10px
7 getPropertyValue(-webkit-border-bottom-right-radius): 10px 20px
8 getPropertyValue(-webkit-border-bottom-right-radius): 10px
9 getPropertyValue(-webkit-border-bottom-left-radius): 10px 20px
10 getPropertyValue(-webkit-border-bottom-left-radius): 10px
11
12 Test getting 0px value border radius.
13 getPropertyValue(-webkit-border-top-left-radius): 0px
14 getPropertyValue(-webkit-border-top-left-radius): 0px
15