1 Test calling getPropertyValue on computed styles for border radius properties.
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
12 Test getting 0px value border radius.
13 getPropertyValue(-webkit-border-top-left-radius): 0px
14 getPropertyValue(-webkit-border-top-left-radius): 0px