1 This should be covered by a green overlay.
2 A single square should be visible covered by a green overlay.
4 This test ensures that transforming a non-fast scrollable area correctly updates list of non-fast scrollable rects (See http://crbug.com/417345).
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS nonFastScrollableRects.length is 1
10 PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 222, 222]"
12 PASS internals.updateStyleAndReturnAffectedElementCount() is 2
13 Verifying layout hasn't been triggered
14 PASS internals.needsLayoutCount() is 3
15 Update non-fast element's transform
17 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
18 Verifying layout still hasn't been triggered
19 PASS internals.needsLayoutCount() is 3
20 Verifying non-fast regions have been updated
21 PASS nonFastScrollableRects.length is 1
22 PASS rectToString(nonFastScrollableRects[0]) is "[100, 0, 222, 222]"
23 PASS successfullyParsed is true