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

Side by Side Diff: LayoutTests/fast/dom/shadow/focus-navigation-with-distributed-nodes-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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 This tests that pressing Tab key should traverse into shadow DOM subtrees, and p ressing Shift-Tab should reverse the order. 1 This tests that pressing Tab key should traverse into shadow DOM subtrees, and p ressing Shift-Tab should reverse the order.
2 2
3 3
4 4
5 Should move from input-1 to shadowhost in forward 5 Should move from input-1 to shadowhost in forward
6 PASS 6 PASS
7 Should move from shadowhost to shadowhost/input-2 in forward 7 Should move from shadowhost to shadowhost/input-2 in forward
8 PASS 8 PASS
9 Should move from shadowhost/input-2 to distributed-node-2 in forward 9 Should move from shadowhost/input-2 to distributed-node-2 in forward
10 PASS 10 PASS
(...skipping 14 matching lines...) Expand all
25 details/summary elements use Shadow DOM and distributed nodes internally. 25 details/summary elements use Shadow DOM and distributed nodes internally.
26 Should move from input-1 to summary-1 in forward 26 Should move from input-1 to summary-1 in forward
27 PASS 27 PASS
28 Should move from summary-1 to input-2 in forward 28 Should move from summary-1 to input-2 in forward
29 PASS 29 PASS
30 Should move from input-2 to summary-1 in backward 30 Should move from input-2 to summary-1 in backward
31 PASS 31 PASS
32 Should move from summary-1 to input-1 in backward 32 Should move from summary-1 to input-1 in backward
33 PASS 33 PASS
34 Test finished. 34 Test finished.
35 PASS successfullyParsed is true
35 36
37 TEST COMPLETE
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698