summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-region-nested-expected.txt
blob: 35abac945b2c0fd060ba0ed21d91894a9711687d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

The test ensures that non-fast scrollable regions nested in iframe are correctly offset by the iframe location.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS nonFastScrollableRects.length is 3
PASS rectToString(nonFastScrollableRects[0]) is "[51, 102, 200, 200]"
PASS rectToString(nonFastScrollableRects[1]) is "[51, 402, 211, 211]"
PASS rectToString(nonFastScrollableRects[2]) is "[51, 702, 222, 222]"
PASS successfullyParsed is true

TEST COMPLETE