1 Tests that the border-width shorthand is computed properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('border-width') is '10px 5px 4px 3px'
7 PASS computedStyle.getPropertyValue('border-width') is '320px 160px 64px 80px'
8 PASS computedStyle.getPropertyValue('border-width') is '10px 0px 0px'
9 PASS computedStyle.getPropertyValue('border-width') is '0px'
10 PASS computedStyle.getPropertyValue('border-width') is '0px'
11 PASS successfullyParsed is true