Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / scrollingcoordinator / non-fast-scrollable-visibility-change-expected.txt
blobb2680ed8d4279e795ac08308554d07c06a5326f3
1 This should be covered by a green overlay.
3 Two squares should be visible and fully covered by green overlays.
5 This test ensures that changing visibility of a non-fast scrollable area correctly updates list of non-fast scrollable areas (See http://crbug.com/434982). Two types of non-fast scrollable regions are covered: div, and iframe.
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 running tests for non-fast scrollable div
11 PASS document.getElementById("div").style.display is "block"
12 PASS nonFastScrollableRects.length is 1
13 PASS rectToString(nonFastScrollableRects[0]) is "[0, 350, 200, 200]"
14 PASS window.internals.needsLayoutCount() is 0
15 PASS nonFastScrollableRects.length is 2
16 PASS rectToString(nonFastScrollableRects[0]) is "[0, 50, 200, 200]"
17 PASS rectToString(nonFastScrollableRects[1]) is "[0, 350, 200, 200]"
18 PASS window.internals.needsLayoutCount() is 0
19 PASS nonFastScrollableRects.length is 1
20 PASS rectToString(nonFastScrollableRects[0]) is "[0, 50, 200, 200]"
21 running tests for non-fast scrollable iframe
22 PASS document.getElementById("iframe").style.display is "block"
23 PASS nonFastScrollableRects.length is 1
24 PASS rectToString(nonFastScrollableRects[0]) is "[0, 350, 222, 222]"
25 PASS window.internals.needsLayoutCount() is 0
26 PASS nonFastScrollableRects.length is 2
27 PASS rectToString(nonFastScrollableRects[0]) is "[0, 50, 222, 222]"
28 PASS rectToString(nonFastScrollableRects[1]) is "[0, 350, 222, 222]"
29 PASS window.internals.needsLayoutCount() is 0
30 PASS nonFastScrollableRects.length is 1
31 PASS rectToString(nonFastScrollableRects[0]) is "[0, 50, 222, 222]"
32 PASS successfullyParsed is true
34 TEST COMPLETE