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

Side by Side Diff: LayoutTests/platform/chromium-mac/fast/events/option-tab-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 This tests that option-tab moves you from a text field to a link, but plain old tab does not. 1 This tests that option-tab moves you from a text field to a link, but plain old tab does not.
2 2
3 Note: Option is the Mac name for what other platforms call Alt. 3 Note: Option is the Mac name for what other platforms call Alt.
4 4
5 link link 5 link link
6 SUCCESS: Option-tab did tab to the link (textField). 6 FAIL: Option-tab did not tab to the link (textField).
7 SUCCESS: Plain old tab did not tab to the link (textField). 7 SUCCESS: Plain old tab did not tab to the link (textField).
8 SUCCESS: Option-tab did tab to the link (searchField). 8 FAIL: Option-tab did not tab to the link (searchField).
9 SUCCESS: Plain old tab did not tab to the link (searchField). 9 SUCCESS: Plain old tab did not tab to the link (searchField).
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698