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

Side by Side Diff: LayoutTests/accessibility/scroll-to-make-visible-div-overflow-expected.txt

Issue 1118753004: Fix another case where scrollToMakeVisible was off. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: null-check scrollParent 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
OLDNEW
1 Tests that scrolling to make an element visible successfully scrolls an arbitrar y HTML element that has CSS overflow set to 'scroll'. 1 Tests that scrolling to make an element visible successfully scrolls an arbitrar y HTML element that has CSS overflow set to 'scroll'.
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 Upper Target 6 Upper Target
7 5000-pixel box 7 5000-pixel box
8 Lower Target 8 Lower Target
9 PASS container.scrollTop is 0 9 PASS container.scrollTop is 0
10 PASS container.scrollTop >= minYOffset is true 10 PASS container.scrollTop >= minYOffset is true
11 PASS container.scrollTop <= maxYOffset is true 11 PASS container.scrollTop <= maxYOffset is true
12 PASS container.scrollTop >= minYOffset is true 12 PASS container.scrollTop >= minYOffset is true
13 PASS container.scrollTop <= maxYOffset is true 13 PASS container.scrollTop <= maxYOffset is true
14 PASS container.scrollTop >= minYOffset is true
15 PASS container.scrollTop <= maxYOffset is true
14 PASS successfullyParsed is true 16 PASS successfullyParsed is true
15 17
16 TEST COMPLETE 18 TEST COMPLETE
17 19
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/scroll-to-make-visible-div-overflow.html ('k') | Source/modules/accessibility/AXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698