Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-all-expected.txt
blobfe086d27bba25cdd1b4c7a67bce0bef282fb848e
1 Test calling getPropertyValue on computed styles for all shorthand property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(document.getElementById("initial")).all is ""
7 PASS getComputedStyle(document.getElementById("inherit")).all is ""
8 PASS getComputedStyle(document.getElementById("invalid")).all is ""
9 PASS getComputedStyle(document.getElementById("notOnlyInitial")).all is ""
10 PASS getComputedStyle(document.getElementById("notOnlyInherit")).all is ""
11 PASS successfullyParsed is true
13 TEST COMPLETE