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