Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-margin-shorthand-expected.txt
blob7816fb7459d47a0f2d8cd4ba71401b7e7f64f252
1 Tests that the margin shorthand is computed properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('margin') is '10px 5px 4px 3px'
7 PASS computedStyle.getPropertyValue('margin') is '64px 80px 96px 112px'
8 PASS computedStyle.getPropertyValue('margin') is '5px 6px 7px 8px'
9 PASS successfullyParsed is true
11 TEST COMPLETE