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

Side by Side Diff: LayoutTests/scrollingcoordinator/non-fast-scrollable-visibility-change-expected.txt

Issue 850113003: iframe updates its parent scrollable area set when its visibility change (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor spelling corrections Created 5 years, 11 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 the ONLY visible green overlay. 1 This should be covered by a green overlay.
2 This test ensures that changing visibility of a non-fast scrollable area correct ly updates list of non-fast scrollable areas. (See http://crbug.com/434982) 2
3 Two squares should be visible and fully covered by green overlays.
4
5 This test ensures that changing visibility of a non-fast scrollable area correct ly updates list of non-fast scrollable areas (See http://crbug.com/434982). Two types of non-fast scrollable regions are covered: div, and iframe.
3 6
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 8
6 9
10 running tests for non-fast scrollable div
11 PASS document.getElementById("div").style.display is "block"
7 PASS nonFastScrollableRects.length is 1 12 PASS nonFastScrollableRects.length is 1
8 PASS rectToString(nonFastScrollableRects[0]) is "[0, 300, 250, 250]" 13 PASS rectToString(nonFastScrollableRects[0]) is "[0, 350, 200, 200]"
9 PASS window.internals.needsLayoutCount() is 0 14 PASS window.internals.needsLayoutCount() is 0
10 PASS nonFastScrollableRects.length is 2 15 PASS nonFastScrollableRects.length is 2
11 PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 250, 250]" 16 PASS rectToString(nonFastScrollableRects[0]) is "[0, 50, 200, 200]"
12 PASS rectToString(nonFastScrollableRects[1]) is "[0, 300, 250, 250]" 17 PASS rectToString(nonFastScrollableRects[1]) is "[0, 350, 200, 200]"
13 PASS window.internals.needsLayoutCount() is 0 18 PASS window.internals.needsLayoutCount() is 0
14 PASS nonFastScrollableRects.length is 1 19 PASS nonFastScrollableRects.length is 1
15 PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 250, 250]" 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]"
16 PASS successfullyParsed is true 32 PASS successfullyParsed is true
17 33
18 TEST COMPLETE 34 TEST COMPLETE
19 35
OLDNEW
« no previous file with comments | « LayoutTests/scrollingcoordinator/non-fast-scrollable-visibility-change.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698