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

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

Issue 1256043007: Recompute slow scroll regions after overflow recalc (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor test updates Created 5 years, 4 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
2 A single square should be visible covered by a green overlay.
3
4 This test ensures that animating a non-fast scrollable area correctly updates li st of non-fast scrollable rects (See http://crbug.com/417345).
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7
8
9 PASS nonFastScrollableRects.length is 1
10 PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 222, 222]"
11 PASS nonFastScrollableRects.length is 1
12 PASS rectToString(nonFastScrollableRects[0]) is "[100, 100, 222, 222]"
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698