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

Side by Side Diff: third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-transform-changed-expected.txt

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 This should be covered by a green overlay. 1 This should be covered by a green overlay.
2 A single square should be visible covered by a green overlay. 2 A single square should be visible covered by a green overlay.
3 3
4 This test ensures that transforming a non-fast scrollable area correctly updates list of non-fast scrollable rects (See http://crbug.com/417345). 4 This test ensures that transforming a non-fast scrollable area correctly updates list of non-fast scrollable rects (See http://crbug.com/417345).
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 PASS nonFastScrollableRects.length is 1 9 PASS nonFastScrollableRects.length is 1
10 PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 222, 222]" 10 PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 222, 222]"
11 Trigger style update 11 Trigger style update
12 PASS internals.updateStyleAndReturnAffectedElementCount() is 2 12 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 2
13 Verifying layout hasn't been triggered 13 Verifying layout hasn't been triggered
14 PASS internals.needsLayoutCount() is 3 14 PASS internals.needsLayoutCount() is 3
15 Update non-fast element's transform 15 Update non-fast element's transform
16 Trigger style update 16 Trigger style update
17 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 17 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 1
18 Verifying layout still hasn't been triggered 18 Verifying layout still hasn't been triggered
19 PASS internals.needsLayoutCount() is 3 19 PASS internals.needsLayoutCount() is 3
20 Verifying non-fast regions have been updated 20 Verifying non-fast regions have been updated
21 PASS nonFastScrollableRects.length is 1 21 PASS nonFastScrollableRects.length is 1
22 PASS rectToString(nonFastScrollableRects[0]) is "[100, 0, 222, 222]" 22 PASS rectToString(nonFastScrollableRects[0]) is "[100, 0, 222, 222]"
23 PASS successfullyParsed is true 23 PASS successfullyParsed is true
24 24
25 TEST COMPLETE 25 TEST COMPLETE
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698