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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt

Issue 1616423003: Fix selector namespace prefix resolution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed review issues Created 4 years, 11 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: third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
index 87b56aa7579152f5926a3e8b109092b84be2a146..ec171fe1ce5a523c5a2e6a08544d58a92fade3fa 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
@@ -4,16 +4,12 @@ null
PASS internals.isValidContentSelect(content) is true
PASS internals.isValidContentSelect(content) is true
-ns|div
-PASS internals.isValidContentSelect(content) is true
*|div
PASS internals.isValidContentSelect(content) is true
|div
PASS internals.isValidContentSelect(content) is true
div
PASS internals.isValidContentSelect(content) is true
-ns|*
-PASS internals.isValidContentSelect(content) is true
*|*
PASS internals.isValidContentSelect(content) is true
|*
@@ -64,6 +60,10 @@ div + div
PASS internals.isValidContentSelect(content) is false
div ~ div
PASS internals.isValidContentSelect(content) is false
+ns|div
+PASS internals.isValidContentSelect(content) is false
+ns|*
+PASS internals.isValidContentSelect(content) is false
div:root
PASS internals.isValidContentSelect(content) is false
div:lang(en)

Powered by Google App Engine
This is Rietveld 408576698