1 Tests that the border-radius shorthand is computed properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('border-radius') is '64px'
7 PASS computedStyle.getPropertyValue('border-radius') is '32px 16px 64px / 8px 48px'
8 PASS computedStyle.getPropertyValue('border-radius') is '64px'
9 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px'
10 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px'
11 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px'
12 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px / 64px'
13 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px / 64px 3px'
14 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px / 64px 3px 7px'
15 PASS computedStyle.getPropertyValue('border-radius') is '1px 2px 4px 6px / 64px 3px 7px 8px'
16 PASS computedStyle.getPropertyValue('border-radius') is '10px 20px 30px 40px / 15px 25px 35px 45px'
17 PASS computedStyle.getPropertyValue('border-radius') is '10px 20px 30px 40px / 10px 25px 35px 45px'
18 PASS computedStyle.getPropertyValue('border-radius') is '10px 20px 30px 40px / 10px 20px 35px 45px'
19 PASS computedStyle.getPropertyValue('border-radius') is '10px 20px 30px 40px / 10px 20px 30px 45px'
20 PASS successfullyParsed is true