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

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

Issue 547363002: Reject pseudo class inside :not() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/content-selector-query-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..40405cc8766548f31df8e73a2f3d267e8fae6103 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)',
hayato 2014/09/09 05:58:32 Could you add a test where a selector which is not
hayato 2014/09/09 05:58:32 You might want to remove a space at the end of the
];
var dataOfValidCasesIfPseudoClassIsAllowed = [
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/content-selector-query-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698