Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/events/click-focus-anchor-expected.txt

Issue 455223002: Make anchors mouse-focusable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 This test ensures that we can click to focus an a element. 1 This test ensures that we can click to focus an a element.
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 a1 received focus (focusable) 6 a1 received focus
7 a4 received focus (focusable) 7 a3 received focus
8 a5 received focus (focusable) 8 a4 received focus
9 p6 received focus (focusable) 9 a5 received focus
10 p7 received focus (focusable) 10 p6 received focus
11 a7 received focus
11 PASS successfullyParsed is true 12 PASS successfullyParsed is true
12 13
13 TEST COMPLETE 14 TEST COMPLETE
14 15
OLDNEW

Powered by Google App Engine