X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fdom%2Fshadow%2Fcontent-selector-query.html;h=d621c5229dfe1cfab47f4f0ea60eba84c64dcfac;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=11c4010888c1b254e86a6c0b672251c1a654aa4a;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query.html b/src/third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query.html index 11c4010..d621c52 100644 --- a/src/third_party/WebKit/LayoutTests/fast/dom/shadow/content-selector-query.html +++ b/src/third_party/WebKit/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 = [