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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Element/matches-expected.txt

Issue 2769783002: Centralize more querySelector logic behind QuerySelectorCache. (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS element.matches() threw exception TypeError: Failed to execute 'matches' on 'Element': 1 argument required, but only 0 present.. 1 PASS element.matches() threw exception TypeError: Failed to execute 'matches' on 'Element': 1 argument required, but only 0 present..
2 PASS element.matches('body') is true 2 PASS element.matches('body') is true
3 PASS element.matches('html > .foo') is true 3 PASS element.matches('html > .foo') is true
4 PASS element.matches('html') is false 4 PASS element.matches('html') is false
5 PASS element.matches('html > .bar') is false 5 PASS element.matches('html > .bar') is false
6 PASS element.matches('') threw exception SyntaxError: Failed to execute 'matches ' on 'Element': '' is not a valid selector.. 6 PASS element.matches('') threw exception SyntaxError: Failed to execute 'matches ' on 'Element': The provided selector is empty..
7 PASS element.matches('!invalid!') threw exception SyntaxError: Failed to execute 'matches' on 'Element': '!invalid!' is not a valid selector.. 7 PASS element.matches('!invalid!') threw exception SyntaxError: Failed to execute 'matches' on 'Element': '!invalid!' is not a valid selector..
8 PASS element.webkitMatchesSelector() threw exception TypeError: Failed to execut e 'webkitMatchesSelector' on 'Element': 1 argument required, but only 0 present. . 8 PASS element.webkitMatchesSelector() threw exception TypeError: Failed to execut e 'webkitMatchesSelector' on 'Element': 1 argument required, but only 0 present. .
9 PASS element.webkitMatchesSelector('body') is true 9 PASS element.webkitMatchesSelector('body') is true
10 PASS element.webkitMatchesSelector('html > .foo') is true 10 PASS element.webkitMatchesSelector('html > .foo') is true
11 PASS element.webkitMatchesSelector('html') is false 11 PASS element.webkitMatchesSelector('html') is false
12 PASS element.webkitMatchesSelector('html > .bar') is false 12 PASS element.webkitMatchesSelector('html > .bar') is false
13 PASS element.webkitMatchesSelector('') threw exception SyntaxError: Failed to ex ecute 'webkitMatchesSelector' on 'Element': '' is not a valid selector.. 13 PASS element.webkitMatchesSelector('') threw exception SyntaxError: Failed to ex ecute 'webkitMatchesSelector' on 'Element': The provided selector is empty..
14 PASS element.webkitMatchesSelector('!invalid!') threw exception SyntaxError: Fai led to execute 'webkitMatchesSelector' on 'Element': '!invalid!' is not a valid selector.. 14 PASS element.webkitMatchesSelector('!invalid!') threw exception SyntaxError: Fai led to execute 'webkitMatchesSelector' on 'Element': '!invalid!' is not a valid selector..
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698