Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / invalidation / fullscreen-expected.txt
blob74d38aa893e79d3b744f253e5ff91fed74f23a3c
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
14 TEST COMPLETE