1 Test that descendant invalidation works with fullscreen pseudo classes.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(full).backgroundColor is red
7 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
8 PASS getComputedStyle(full).backgroundColor is green
9 PASS getComputedStyle(ancestor).backgroundColor is red
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
11 PASS getComputedStyle(ancestor).backgroundColor is green
12 PASS successfullyParsed is true