OLD | NEW |
1 Tests various selector combinations, containing unknown pseudo element selectors
. | 1 Tests various selector combinations, containing unknown pseudo element selectors
. |
2 | 2 |
3 Basic selector tests: | 3 Basic selector tests: |
4 ::-webkit-slider-thumb should match: PASS | 4 ::-webkit-slider-thumb should match: PASS |
5 *::-webkit-slider-thumb should match: PASS | 5 *::-webkit-slider-thumb should match: PASS |
6 ::-webkit-slider-thumb, where HTML is not default namespace should not match: PA
SS | 6 ::-webkit-slider-thumb, where HTML is not default namespace should not match: PA
SS |
7 *|::-webkit-slider-thumb, where HTML is not default namespace should match: PASS | 7 *|::-webkit-slider-thumb, where HTML is not default namespace should not match:
PASS |
8 *|*::-webkit-slider-thumb, where HTML is not default namespace should match: PAS
S | 8 *|*::-webkit-slider-thumb, where HTML is not default namespace should match: PAS
S |
9 html|::-webkit-slider-thumb, where HTML is not default namespace should match: P
ASS | 9 html|::-webkit-slider-thumb, where HTML is not default namespace should not matc
h: PASS |
10 html|*::-webkit-slider-thumb, where HTML is not default namespace should match:
PASS | 10 html|*::-webkit-slider-thumb, where HTML is not default namespace should match:
PASS |
11 #foo::-webkit-slider-thumb should match: PASS | 11 #foo::-webkit-slider-thumb should match: PASS |
12 .bar::-webkit-slider-thumb should match: PASS | 12 .bar::-webkit-slider-thumb should match: PASS |
13 #foo::-webkit-slider-thumb, where HTML is not default namespace should not match
: PASS | 13 #foo::-webkit-slider-thumb, where HTML is not default namespace should not match
: PASS |
14 .bar::-webkit-slider-thumb, where HTML is not default namespace should not match
: PASS | 14 .bar::-webkit-slider-thumb, where HTML is not default namespace should not match
: PASS |
15 html|#foo::-webkit-slider-thumb, where HTML is not default namespace should matc
h: PASS | 15 html|#foo::-webkit-slider-thumb, where HTML is not default namespace should not
match: PASS |
16 html|.bar::-webkit-slider-thumb, where HTML is not default namespace should matc
h: PASS | 16 html|.bar::-webkit-slider-thumb, where HTML is not default namespace should not
match: PASS |
17 *|#foo::-webkit-slider-thumb, where HTML is not default namespace should match:
PASS | 17 *|#foo::-webkit-slider-thumb, where HTML is not default namespace should not mat
ch: PASS |
18 input::-webkit-slider-thumb should match: PASS | 18 input::-webkit-slider-thumb should match: PASS |
19 input#foo::-webkit-slider-thumb should match: PASS | 19 input#foo::-webkit-slider-thumb should match: PASS |
20 input.bar::-webkit-slider-thumb should match: PASS | 20 input.bar::-webkit-slider-thumb should match: PASS |
21 input::-webkit-slider-thumb, where HTML is not default namespace should not matc
h: PASS | 21 input::-webkit-slider-thumb, where HTML is not default namespace should not matc
h: PASS |
22 input#foo::-webkit-slider-thumb, where HTML is not default namespace should not
match: PASS | 22 input#foo::-webkit-slider-thumb, where HTML is not default namespace should not
match: PASS |
23 input.bar::-webkit-slider-thumb, where HTML is not default namespace should not
match: PASS | 23 input.bar::-webkit-slider-thumb, where HTML is not default namespace should not
match: PASS |
24 html|input::-webkit-slider-thumb, where HTML is not default namespace should mat
ch: PASS | 24 html|input::-webkit-slider-thumb, where HTML is not default namespace should mat
ch: PASS |
25 html|input#foo::-webkit-slider-thumb, where HTML is not default namespace should
match: PASS | 25 html|input#foo::-webkit-slider-thumb, where HTML is not default namespace should
match: PASS |
26 html|input.bar::-webkit-slider-thumb, where HTML is not default namespace should
match: PASS | 26 html|input.bar::-webkit-slider-thumb, where HTML is not default namespace should
match: PASS |
27 *|input#foo::-webkit-slider-thumb, where HTML is not default namespace should ma
tch: PASS | 27 *|input#foo::-webkit-slider-thumb, where HTML is not default namespace should ma
tch: PASS |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 .ling + input#foo::-webkit-slider-thumb should match: PASS | 94 .ling + input#foo::-webkit-slider-thumb should match: PASS |
95 .ling + input.bar::-webkit-slider-thumb should match: PASS | 95 .ling + input.bar::-webkit-slider-thumb should match: PASS |
96 .ling + input[type=range]::-webkit-slider-thumb should match: PASS | 96 .ling + input[type=range]::-webkit-slider-thumb should match: PASS |
97 .ling ~ ::-webkit-slider-thumb should match: PASS | 97 .ling ~ ::-webkit-slider-thumb should match: PASS |
98 .ling ~ *::-webkit-slider-thumb should match: PASS | 98 .ling ~ *::-webkit-slider-thumb should match: PASS |
99 .ling ~ input::-webkit-slider-thumb should match: PASS | 99 .ling ~ input::-webkit-slider-thumb should match: PASS |
100 .ling ~ #foo::-webkit-slider-thumb should match: PASS | 100 .ling ~ #foo::-webkit-slider-thumb should match: PASS |
101 .ling ~ input#foo::-webkit-slider-thumb should match: PASS | 101 .ling ~ input#foo::-webkit-slider-thumb should match: PASS |
102 .ling ~ input.bar::-webkit-slider-thumb should match: PASS | 102 .ling ~ input.bar::-webkit-slider-thumb should match: PASS |
103 .ling ~ input[type=range]::-webkit-slider-thumb should match: PASS | 103 .ling ~ input[type=range]::-webkit-slider-thumb should match: PASS |
OLD | NEW |