| 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..be54466b03c40aaa6345d664984f9ae738e5ca3e 100644
|
| --- a/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/content-selector-query-expected.txt
|
| @@ -162,6 +162,10 @@ 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
|
| null
|
| PASS internals.isValidContentSelect(content) is true
|
|
|
|
|