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

Side by Side Diff: LayoutTests/fast/dom/shadow/composed-shadow-tree-walker-expected.txt

Issue 60203009: ComposedTreeWalker does't have to return a node if an insertion point has no distributed nodes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile warnings Created 7 years, 1 month 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
1 Tests for Composed Shadow DOM Tree Traversal APIs. Can only run within DRT 1 Tests for Composed Shadow DOM Tree Traversal APIs. Can only run within DRT
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 ShadowRoot should be used. 6 ShadowRoot should be used.
7 Composed Shadow Tree: 7 Composed Shadow Tree:
8 #a 8 #a
9 #b 9 #b
10 10
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 #h 344 #h
345 #f 345 #f
346 #g 346 #g
347 #child-2 347 #child-2
348 #e 348 #e
349 #d 349 #d
350 #child-1 350 #child-1
351 #b 351 #b
352 #a 352 #a
353 353
354 Test for a shadow insertion point where nothing is distributed.
355 Composed Shadow Tree:
356 #a
357 #b
358 #c
359
360 Traverse in forward.
361 #a
362 #b
363 #c
364 Traverse in backward.
365 #c
366 #b
367 #a
368
354 PASS successfullyParsed is true 369 PASS successfullyParsed is true
355 370
356 TEST COMPLETE 371 TEST COMPLETE
357 372
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/composed-shadow-tree-walker.html ('k') | Source/core/dom/shadow/ComposedTreeWalker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698