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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/frame-tab-focus-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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
OLDNEW
1 This page tests tabbing between subframes. To test, click on this text to focus the main window. Then press Tab 7 times, then Shift-Tab 7 times, which should mo ve focus forward and backward through all inputs and frames. Then press Option-T ab 11 times and Shift-Option-Tab 11 times, which should move focus forward and b ackward through all inputs, frames, and links. 1 This page tests tabbing between subframes. To test, click on this text to focus the main window. Then press Tab 7 times, then Shift-Tab 7 times, which should mo ve focus forward and backward through all inputs and frames. Then press Option-T ab 11 times and Shift-Option-Tab 11 times, which should move focus forward and b ackward through all inputs, frames, and links.
2 2
3 [tabindex of one] [tabindex of three] [tabindex of two] [tabindex of three] 3 [tabindex of one] [tabindex of three] [tabindex of two] [tabindex of three]
4 Tabbing forward... 4 Tabbing forward...
5 5
6 main window: INPUT #2 (tabindex=2) focused 6 main window: INPUT #2 (tabindex=2) focused
7 main window: INPUT #2 (tabindex=2) blurred 7 main window: INPUT #2 (tabindex=2) blurred
8 main window: A #2 (tabindex=2) focused 8 main window: A #2 (tabindex=2) focused
9 main window: A #2 (tabindex=2) blurred 9 main window: A #2 (tabindex=2) blurred
10 main window: INPUT #1 (tabindex=3) focused 10 main window: INPUT #1 (tabindex=3) focused
11 main window: INPUT #1 (tabindex=3) blurred 11 main window: INPUT #1 (tabindex=3) blurred
12 main window: A #1 (tabindex=3) focused 12 main window: A #1 (tabindex=3) focused
13 main window: A #1 (tabindex=3) blurred 13 main window: A #1 (tabindex=3) blurred
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 main window: A #2 (tabindex=2) focused 119 main window: A #2 (tabindex=2) focused
120 main window: A #2 (tabindex=2) blurred 120 main window: A #2 (tabindex=2) blurred
121 main window: INPUT #2 (tabindex=2) focused 121 main window: INPUT #2 (tabindex=2) focused
122 main window: INPUT #2 (tabindex=2) blurred 122 main window: INPUT #2 (tabindex=2) blurred
123 main window: A #0 (tabindex=1) focused 123 main window: A #0 (tabindex=1) focused
124 main window: A #0 (tabindex=1) blurred 124 main window: A #0 (tabindex=1) blurred
125 125
126 Test finished 126 Test finished
127 127
128 128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698