Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Side by Side Diff: LayoutTests/fast/css/unknown-pseudo-element-matching-expected.txt

Issue 1015303002: Promote new CSS parser to experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/unknown-pseudo-element-matching.html ('k') | LayoutTests/fast/dom/css-selectorText-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698