blob: e19e77982f0385f1f7359f7e1fbc821d556d39bd [file] [log] [blame]
Test calling getPropertyValue on computed styles for all shorthand property.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(document.getElementById("initial")).all is ""
PASS getComputedStyle(document.getElementById("inherit")).all is ""
PASS getComputedStyle(document.getElementById("invalid")).all is ""
PASS getComputedStyle(document.getElementById("notOnlyInitial")).all is ""
PASS getComputedStyle(document.getElementById("notOnlyInherit")).all is ""
PASS successfullyParsed is true
TEST COMPLETE