Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-padding-shorthand-expected.txt
blob2254a322849a12ee0da8b189cf18c99bc6d10008
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
11 TEST COMPLETE