blob: 2532ea9e7fa184b90373cfc5918ef241d0914059 [file] [log] [blame]
CONSOLE WARNING: line 1: /deep/ combinator is deprecated and will be a no-op in M60, around August 2017. See https://www.chromestatus.com/features/4964279606312960 for more details.
Cascade order for inner/outer tree rules with /deep/ (v0 bug compatible).
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(root1.querySelector('div')).color is red
PASS getComputedStyle(root1.querySelector('div + div')).color is red
PASS getComputedStyle(root2.querySelector('div')).color is red
PASS getComputedStyle(root2.querySelector('div + div')).color is green
PASS successfullyParsed is true
TEST COMPLETE