blob: 191fe401f6eaf820ff3a9d6cb62d0199d8b82569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
CONSOLE WARNING: /deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 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
|