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

Side by Side Diff: LayoutTests/compositing/overflow/scrolls-with-respect-to-transform-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 transformed fixed-position layers. 1 This test ensures that Layer::scrollsWithRespectTo always works even with transf ormed fixed-position layers.
2 2
3 fixed does not scroll with respect to fixed 3 fixed does not scroll with respect to fixed
4 fixed scrolls with respect to container 4 fixed scrolls with respect to container
5 fixed scrolls with respect to overflow-child 5 fixed scrolls with respect to overflow-child
6 fixed scrolls with respect to abs-descendant 6 fixed scrolls with respect to abs-descendant
7 fixed scrolls with respect to fixed-descendant 7 fixed scrolls with respect to fixed-descendant
8 fixed scrolls with respect to viewportFiller 8 fixed scrolls with respect to viewportFiller
9 fixed scrolls with respect to root 9 fixed scrolls with respect to root
10 container scrolls with respect to fixed 10 container scrolls with respect to fixed
11 container does not scroll with respect to container 11 container does not scroll with respect to container
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 viewportFiller does not scroll with respect to viewportFiller 43 viewportFiller does not scroll with respect to viewportFiller
44 viewportFiller does not scroll with respect to root 44 viewportFiller does not scroll with respect to root
45 root scrolls with respect to fixed 45 root scrolls with respect to fixed
46 root does not scroll with respect to container 46 root does not scroll with respect to container
47 root scrolls with respect to overflow-child 47 root scrolls with respect to overflow-child
48 root scrolls with respect to abs-descendant 48 root scrolls with respect to abs-descendant
49 root scrolls with respect to fixed-descendant 49 root scrolls with respect to fixed-descendant
50 root does not scroll with respect to viewportFiller 50 root does not scroll with respect to viewportFiller
51 root does not scroll with respect to root 51 root does not scroll with respect to root
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698