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

Side by Side Diff: LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 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 the scroll should be happened on moving the focus to out of visi ble area by tabbing. 1 This tests that the scroll should be happened on moving the focus to out of visi ble area by tabbing.
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 PASS document.activeElement.id is 'tab1' 6 PASS document.activeElement.id is 'tab1'
7 PASS document.activeElement.id is 'tab2' 7 PASS document.activeElement.id is 'tab2'
8 PASS document.activeElement.id is 'tab3' 8 PASS document.activeElement.id is 'tab3'
9 PASS document.activeElement.id is 'tab4' 9 PASS document.activeElement.id is 'tab4'
10 PASS document.body.clientHeight is document.body.scrollHeight - window.scrollY 10 PASS document.body.clientHeight is document.scrollingElement.scrollHeight - wind ow.scrollY
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 Tab1 14 Tab1
15 Tab2 15 Tab2
16 Tab3 16 Tab3
17 Tab4 17 Tab4
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698