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 |