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

Side by Side Diff: LayoutTests/compositing/overflow/scrolls-with-respect-to-nested-expected.txt

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
OLDNEW
1 This test ensures that RenderLayer::scrollsWithRespectTo always works even with multiple levels of nested overflow-divs, including positioned and non positioned elements, and a scrollable viewport. 1 This test ensures that Layer::scrollsWithRespectTo always works even with multip le levels of nested overflow-divs, including positioned and non positioned eleme nts, and a scrollable viewport.
2 2
3 div1 does not scroll with respect to div1 3 div1 does not scroll with respect to div1
4 div1 scrolls with respect to div2 4 div1 scrolls with respect to div2
5 div1 scrolls with respect to containingBlock 5 div1 scrolls with respect to containingBlock
6 div1 scrolls with respect to div4 6 div1 scrolls with respect to div4
7 div1 scrolls with respect to div5 7 div1 scrolls with respect to div5
8 div1 scrolls with respect to abs-descendant 8 div1 scrolls with respect to abs-descendant
9 div1 scrolls with respect to fixed-descendant 9 div1 scrolls with respect to fixed-descendant
10 div1 does not scroll with respect to viewportFiller 10 div1 does not scroll with respect to viewportFiller
11 div1 does not scroll with respect to root 11 div1 does not scroll with respect to root
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 root does not scroll with respect to div1 75 root does not scroll with respect to div1
76 root scrolls with respect to div2 76 root scrolls with respect to div2
77 root scrolls with respect to containingBlock 77 root scrolls with respect to containingBlock
78 root scrolls with respect to div4 78 root scrolls with respect to div4
79 root scrolls with respect to div5 79 root scrolls with respect to div5
80 root scrolls with respect to abs-descendant 80 root scrolls with respect to abs-descendant
81 root scrolls with respect to fixed-descendant 81 root scrolls with respect to fixed-descendant
82 root does not scroll with respect to viewportFiller 82 root does not scroll with respect to viewportFiller
83 root does not scroll with respect to root 83 root does not scroll with respect to root
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698