Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / invalidation / targeted-class-shadow-combinator-expected.txt
blob7114d17650f9bc72b5c344a15beadddd34b72c36
1 CONSOLE WARNING: ::shadow pseudo-element is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.
2 CONSOLE WARNING: /deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.
3 Check that targeted class invalidation works for ::shadow and /deep/ combinators.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS getComputedStyle(match1, null).backgroundColor is transparent
9 PASS getComputedStyle(match2, null).backgroundColor is transparent
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
11 PASS getComputedStyle(match1, null).backgroundColor is green
12 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
13 PASS getComputedStyle(match2, null).backgroundColor is green
14 PASS successfullyParsed is true
16 TEST COMPLETE