blob: 6b2b36fb62eadabf9e3c3850d650db2905ea832b [file] [log] [blame]
Check that targeted class invalidation works for id selectors.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(b1, null).backgroundColor is transparent
PASS getComputedStyle(b2, null).backgroundColor is transparent
PASS internals.updateStyleAndReturnAffectedElementCount() is 1
PASS getComputedStyle(b1, null).backgroundColor is green
PASS internals.updateStyleAndReturnAffectedElementCount() is 1
PASS getComputedStyle(b2, null).backgroundColor is green
PASS successfullyParsed is true
TEST COMPLETE