| Index: LayoutTests/fast/css/unknown-pseudo-element-matching-expected.txt
|
| diff --git a/LayoutTests/fast/css/unknown-pseudo-element-matching-expected.txt b/LayoutTests/fast/css/unknown-pseudo-element-matching-expected.txt
|
| index 60b6fa366b98e15266c13669424835dd452030a3..4c6b34785bcc7c568b8c6da4fc5e4db6d93e9238 100644
|
| --- a/LayoutTests/fast/css/unknown-pseudo-element-matching-expected.txt
|
| +++ b/LayoutTests/fast/css/unknown-pseudo-element-matching-expected.txt
|
| @@ -4,17 +4,17 @@ Basic selector tests:
|
| ::-webkit-slider-thumb should match: PASS
|
| *::-webkit-slider-thumb should match: PASS
|
| ::-webkit-slider-thumb, where HTML is not default namespace should not match: PASS
|
| -*|::-webkit-slider-thumb, where HTML is not default namespace should match: PASS
|
| +*|::-webkit-slider-thumb, where HTML is not default namespace should not match: PASS
|
| *|*::-webkit-slider-thumb, where HTML is not default namespace should match: PASS
|
| -html|::-webkit-slider-thumb, where HTML is not default namespace should match: PASS
|
| +html|::-webkit-slider-thumb, where HTML is not default namespace should not match: PASS
|
| html|*::-webkit-slider-thumb, where HTML is not default namespace should match: PASS
|
| #foo::-webkit-slider-thumb should match: PASS
|
| .bar::-webkit-slider-thumb should match: PASS
|
| #foo::-webkit-slider-thumb, where HTML is not default namespace should not match: PASS
|
| .bar::-webkit-slider-thumb, where HTML is not default namespace should not match: PASS
|
| -html|#foo::-webkit-slider-thumb, where HTML is not default namespace should match: PASS
|
| -html|.bar::-webkit-slider-thumb, where HTML is not default namespace should match: PASS
|
| -*|#foo::-webkit-slider-thumb, where HTML is not default namespace should match: PASS
|
| +html|#foo::-webkit-slider-thumb, where HTML is not default namespace should not match: PASS
|
| +html|.bar::-webkit-slider-thumb, where HTML is not default namespace should not match: PASS
|
| +*|#foo::-webkit-slider-thumb, where HTML is not default namespace should not match: PASS
|
| input::-webkit-slider-thumb should match: PASS
|
| input#foo::-webkit-slider-thumb should match: PASS
|
| input.bar::-webkit-slider-thumb should match: PASS
|
|
|