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

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

Issue 547363002: Reject pseudo class inside :not() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add test Created 6 years, 3 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/dom/shadow/content-selector-query-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt b/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
index 2ce9b9e6f12cb6d6f824c0a7095277e0dcd7b4af..482e4f60d1808d1f52129902ba3ca2a485293c14 100644
--- a/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
+++ b/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
@@ -162,6 +162,18 @@ div, div:first-of-type
PASS internals.isValidContentSelect(content) is false
div:first-of-type, div:last-of-type
PASS internals.isValidContentSelect(content) is false
+div:not(:not(div))
+PASS internals.isValidContentSelect(content) is false
+div:not(:hover)
+PASS internals.isValidContentSelect(content) is false
+div:not(div div)
+PASS internals.isValidContentSelect(content) is false
+div:not(div div:not)
+PASS internals.isValidContentSelect(content) is false
+div:not(div div:hover)
+PASS internals.isValidContentSelect(content) is false
+div div:not(:hover)
+PASS internals.isValidContentSelect(content) is false
null
PASS internals.isValidContentSelect(content) is true

Powered by Google App Engine
This is Rietveld 408576698