Index: LayoutTests/fast/css/unknown-pseudo-element-matching.html |
diff --git a/LayoutTests/fast/css/unknown-pseudo-element-matching.html b/LayoutTests/fast/css/unknown-pseudo-element-matching.html |
index e5675f07d3bb3543d533336403180803c664cd43..641babbfd89f0521a3a5e051f30ce99c0eb9a77c 100644 |
--- a/LayoutTests/fast/css/unknown-pseudo-element-matching.html |
+++ b/LayoutTests/fast/css/unknown-pseudo-element-matching.html |
@@ -75,17 +75,17 @@ function runTest() |
runSelectorTest(MATCH, '::-webkit-slider-thumb'); |
runSelectorTest(MATCH, '*::-webkit-slider-thumb'); |
runSelectorTest(NO_MATCH, '::-webkit-slider-thumb', WITH_NAMESPACES); |
- runSelectorTest(MATCH, '*|::-webkit-slider-thumb', WITH_NAMESPACES); |
+ runSelectorTest(NO_MATCH, '*|::-webkit-slider-thumb', WITH_NAMESPACES); |
runSelectorTest(MATCH, '*|*::-webkit-slider-thumb', WITH_NAMESPACES); |
- runSelectorTest(MATCH, 'html|::-webkit-slider-thumb', WITH_NAMESPACES); |
+ runSelectorTest(NO_MATCH, 'html|::-webkit-slider-thumb', WITH_NAMESPACES); |
runSelectorTest(MATCH, 'html|*::-webkit-slider-thumb', WITH_NAMESPACES); |
runSelectorTest(MATCH, '#foo::-webkit-slider-thumb'); |
runSelectorTest(MATCH, '.bar::-webkit-slider-thumb'); |
runSelectorTest(NO_MATCH, '#foo::-webkit-slider-thumb', WITH_NAMESPACES); |
runSelectorTest(NO_MATCH, '.bar::-webkit-slider-thumb', WITH_NAMESPACES); |
- runSelectorTest(MATCH, 'html|#foo::-webkit-slider-thumb', WITH_NAMESPACES); |
- runSelectorTest(MATCH, 'html|.bar::-webkit-slider-thumb', WITH_NAMESPACES); |
- runSelectorTest(MATCH, '*|#foo::-webkit-slider-thumb', WITH_NAMESPACES); |
+ runSelectorTest(NO_MATCH, 'html|#foo::-webkit-slider-thumb', WITH_NAMESPACES); |
+ runSelectorTest(NO_MATCH, 'html|.bar::-webkit-slider-thumb', WITH_NAMESPACES); |
+ runSelectorTest(NO_MATCH, '*|#foo::-webkit-slider-thumb', WITH_NAMESPACES); |
runSelectorTest(MATCH, 'input::-webkit-slider-thumb'); |
runSelectorTest(MATCH, 'input#foo::-webkit-slider-thumb'); |
runSelectorTest(MATCH, 'input.bar::-webkit-slider-thumb'); |