| Index: LayoutTests/scrollingcoordinator/non-fast-scrollable-animation-expected.txt
|
| diff --git a/LayoutTests/scrollingcoordinator/non-fast-scrollable-animation-expected.txt b/LayoutTests/scrollingcoordinator/non-fast-scrollable-animation-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..629c7a2a498b5c58662b3346fbed622d2df59606
|
| --- /dev/null
|
| +++ b/LayoutTests/scrollingcoordinator/non-fast-scrollable-animation-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +
|
| +A single square should be visible covered by a green overlay.
|
| +
|
| +This test ensures that animating a non-fast scrollable area correctly updates list of non-fast scrollable rects (See http://crbug.com/417345).
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS nonFastScrollableRects.length is 1
|
| +PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 222, 222]"
|
| +PASS internals.needsLayoutCount() is 0
|
| +PASS internals.needsLayoutCount() is 0
|
| +PASS internals.needsLayoutCount() is 0
|
| +PASS nonFastScrollableRects.length is 1
|
| +PASS rectToString(nonFastScrollableRects[0]) is "[100, 100, 222, 222]"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|