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

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: Created 7 years, 2 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 | 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

Powered by Google App Engine
This is Rietveld 408576698