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

Unified 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 side-by-side diff with in-line comments
Download patch
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
« 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