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