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

Side by Side Diff: LayoutTests/scrollingcoordinator/non-fast-scrollable-visibility-change-expected.txt

Issue 815363003: FrameView now notifies ScrollCoorinator of changes in its scrollable area set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve test Created 5 years, 11 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
(Empty)
1 This should be covered by the ONLY visible green overlay.
2 This test ensures that changing visibility of a non-fast scrollable area correct ly updates list of non-fast scrollable areas. (See http://crbug.com/434982)
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS nonFastScrollableRects.length is 1
8 PASS rectToString(nonFastScrollableRects[0]) is "[8, 308, 250, 250]"
9 PASS nonFastScrollableRects.length is 2
10 PASS rectToString(nonFastScrollableRects[0]) is "[8, 8, 250, 250]"
11 PASS rectToString(nonFastScrollableRects[1]) is "[8, 308, 250, 250]"
12 PASS nonFastScrollableRects.length is 1
13 PASS rectToString(nonFastScrollableRects[0]) is "[8, 8, 250, 250]"
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698