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

Side by Side Diff: LayoutTests/fast/dom/shadow/focus-navigation-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 Should move from input-A-1 to input-B-1 in forward 3 Should move from input-A-1 to input-B-1 in forward
4 PASS 4 PASS
5 Should move from input-B-1 to input-C-1 in forward 5 Should move from input-B-1 to input-C-1 in forward
6 PASS 6 PASS
7 Should move from input-C-1 to host-B in forward 7 Should move from input-C-1 to host-B in forward
8 PASS 8 PASS
9 Should move from host-B to host-B//younger-input-A-1 in forward 9 Should move from host-B to host-B//younger-input-A-1 in forward
10 PASS 10 PASS
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 PASS 98 PASS
99 Should move from host-B//younger-input-A-1 to host-B in backward 99 Should move from host-B//younger-input-A-1 to host-B in backward
100 PASS 100 PASS
101 Should move from host-B to input-C-1 in backward 101 Should move from host-B to input-C-1 in backward
102 PASS 102 PASS
103 Should move from input-C-1 to input-B-1 in backward 103 Should move from input-C-1 to input-B-1 in backward
104 PASS 104 PASS
105 Should move from input-B-1 to input-A-1 in backward 105 Should move from input-B-1 to input-A-1 in backward
106 PASS 106 PASS
107 Test finished. 107 Test finished.
108 PASS successfullyParsed is true
109
110 TEST COMPLETE
108 111
109 112
110 113
111 114
112 115
113 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698