| Index: LayoutTests/fast/dom/shadow/content-selector-query.html
|
| diff --git a/LayoutTests/fast/dom/shadow/content-selector-query.html b/LayoutTests/fast/dom/shadow/content-selector-query.html
|
| index 11c4010888c1b254e86a6c0b672251c1a654aa4a..d621c5229dfe1cfab47f4f0ea60eba84c64dcfac 100644
|
| --- a/LayoutTests/fast/dom/shadow/content-selector-query.html
|
| +++ b/LayoutTests/fast/dom/shadow/content-selector-query.html
|
| @@ -51,7 +51,7 @@ var dataOfInvalidCases = [
|
| 'div:nth-last-of-type(1)', 'div:first-child', 'div:last-child', 'div:first-of-type',
|
| 'div:last-of-type', 'div:only-of-type',
|
| 'div:first-of-type:last-of-type', 'div.elem:visited', '*:visited',
|
| - 'div:first-of-type, div', 'div, div:first-of-type', 'div:first-of-type, div:last-of-type',
|
| + 'div:first-of-type, div', 'div, div:first-of-type', 'div:first-of-type, div:last-of-type', 'div:not(:not(div))', 'div:not(:hover)', 'div:not(div div)', 'div:not(div div:not)', 'div:not(div div:hover)', 'div div:not(:hover)',
|
| ];
|
|
|
| var dataOfValidCasesIfPseudoClassIsAllowed = [
|
|
|