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

Side by Side Diff: LayoutTests/compositing/overflow/scrolls-with-respect-to-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 1
2 This test ensures that RenderLayer::scrollsWithRespectTo always returns the corr ect answer on relatively "basic" elements as well as fixed- and absolute-positio ned elements (ie, those with non-obvious containing blocks), and iframes. 2 This test ensures that Layer::scrollsWithRespectTo always returns the correct an swer on relatively "basic" elements as well as fixed- and absolute-positioned el ements (ie, those with non-obvious containing blocks), and iframes.
3 3
4 predecessor does not scroll with respect to predecessor 4 predecessor does not scroll with respect to predecessor
5 predecessor scrolls with respect to container 5 predecessor scrolls with respect to container
6 predecessor scrolls with respect to scrolled1 6 predecessor scrolls with respect to scrolled1
7 predecessor scrolls with respect to scrolled2 7 predecessor scrolls with respect to scrolled2
8 predecessor scrolls with respect to scrolled3 8 predecessor scrolls with respect to scrolled3
9 predecessor does not scroll with respect to fixed-descendant 9 predecessor does not scroll with respect to fixed-descendant
10 predecessor scrolls with respect to successor 10 predecessor scrolls with respect to successor
11 predecessor scrolls with respect to root 11 predecessor scrolls with respect to root
12 predecessor scrolls with respect to descendant 12 predecessor scrolls with respect to descendant
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 iframe-fixed-div scrolls with respect to iframe-div 93 iframe-fixed-div scrolls with respect to iframe-div
94 iframe-fixed-div scrolls with respect to iframe-abs-div 94 iframe-fixed-div scrolls with respect to iframe-abs-div
95 iframe-fixed-div does not scroll with respect to iframe-fixed-div 95 iframe-fixed-div does not scroll with respect to iframe-fixed-div
96 iframe-fixed-div scrolls with respect to iframe-root 96 iframe-fixed-div scrolls with respect to iframe-root
97 iframe-root does not scroll with respect to iframe-div 97 iframe-root does not scroll with respect to iframe-div
98 iframe-root does not scroll with respect to iframe-abs-div 98 iframe-root does not scroll with respect to iframe-abs-div
99 iframe-root scrolls with respect to iframe-fixed-div 99 iframe-root scrolls with respect to iframe-fixed-div
100 iframe-root does not scroll with respect to iframe-root 100 iframe-root does not scroll with respect to iframe-root
101 101
102 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698