1 Tests that border shorthands are computed properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('border-bottom') is '10px solid rgb(255, 0, 0)'
7 PASS computedStyle.getPropertyValue('border-bottom') is '320px solid rgb(0, 0, 255)'
8 PASS computedStyle.getPropertyValue('border-bottom') is '0px none rgb(0, 128, 0)'
9 PASS computedStyle.getPropertyValue('border-top') is '10px solid rgb(255, 0, 0)'
10 PASS computedStyle.getPropertyValue('border-top') is '320px solid rgb(0, 0, 255)'
11 PASS computedStyle.getPropertyValue('border-top') is '0px none rgb(0, 128, 0)'
12 PASS computedStyle.getPropertyValue('border-right') is '10px solid rgb(255, 0, 0)'
13 PASS computedStyle.getPropertyValue('border-right') is '320px solid rgb(0, 0, 255)'
14 PASS computedStyle.getPropertyValue('border-right') is '0px none rgb(0, 128, 0)'
15 PASS computedStyle.getPropertyValue('border-left') is '10px solid rgb(255, 0, 0)'
16 PASS computedStyle.getPropertyValue('border-left') is '320px solid rgb(0, 0, 255)'
17 PASS computedStyle.getPropertyValue('border-left') is '0px none rgb(0, 128, 0)'
18 PASS computedStyle.getPropertyValue('border') is '320px solid rgb(255, 0, 0)'
19 PASS computedStyle.getPropertyValue('border') is ''
20 PASS successfullyParsed is true