blob: 9b934ab29b709a322ed9f09309cf620e537b4bdd [file] [log] [blame]
Use descendant invalidation set for :empty pseudo class - sibling invalidation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(emptySibling, '').backgroundColor is green
PASS internals.updateStyleAndReturnAffectedElementCount() is 2
PASS getComputedStyle(emptySibling, '').backgroundColor is transparent
PASS getComputedStyle(notEmptySibling, '').backgroundColor is transparent
PASS internals.updateStyleAndReturnAffectedElementCount() is 1
PASS getComputedStyle(notEmptySibling, '').backgroundColor is green
PASS successfullyParsed is true
TEST COMPLETE