Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-rootNode-expected.txt

Issue 26218002: ClassRootNodeList should start from rootNode, not the first child of rootNode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 Test for crbug.com/304069: querySelectorAll regression.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.body.querySelectorAll('#target > div').length is 6
7 PASS document.body.querySelectorAll('#target').length is 0
8 PASS document.body.querySelectorAll('.target > div').length is 6
9 PASS document.body.querySelectorAll('.target').length is 0
10 PASS document.body.querySelectorAll('body > div').length is 6
11 PASS document.body.querySelectorAll('body').length is 0
12 PASS document.body.querySelector('#target') is null
13 PASS document.body.querySelector('.target') is null
14 PASS document.body.querySelector('body') is null
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW
« no previous file with comments | « LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-rootNode.html ('k') | Source/core/dom/SelectorQuery.cpp » ('j') | no next file with comments »

Powered by Google App Engine