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

Unified Diff: LayoutTests/compositing/overflow/scrolls-with-respect-to-expected.txt

Issue 343623003: Fix RenderLayer::scrollsWithRespectTo(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: efficiency Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/overflow/scrolls-with-respect-to-expected.txt
diff --git a/LayoutTests/compositing/overflow/scrolls-with-respect-to-expected.txt b/LayoutTests/compositing/overflow/scrolls-with-respect-to-expected.txt
index e705d72f2d4fce6378eced3fa66f72d98bf0c11f..9554c9612feb0ee6084da2d410c129c286ba90fb 100644
--- a/LayoutTests/compositing/overflow/scrolls-with-respect-to-expected.txt
+++ b/LayoutTests/compositing/overflow/scrolls-with-respect-to-expected.txt
@@ -36,7 +36,7 @@ scrolled2 does not scroll with respect to scrolled3
scrolled2 scrolls with respect to fixed-descendant
scrolled2 scrolls with respect to successor
scrolled2 scrolls with respect to root
-scrolled2 scrolls with respect to descendant
+scrolled2 does not scroll with respect to descendant
scrolled3 scrolls with respect to predecessor
scrolled3 scrolls with respect to container
scrolled3 does not scroll with respect to scrolled1
@@ -45,7 +45,7 @@ scrolled3 does not scroll with respect to scrolled3
scrolled3 scrolls with respect to fixed-descendant
scrolled3 scrolls with respect to successor
scrolled3 scrolls with respect to root
-scrolled3 scrolls with respect to descendant
+scrolled3 does not scroll with respect to descendant
fixed-descendant does not scroll with respect to predecessor
fixed-descendant scrolls with respect to container
fixed-descendant scrolls with respect to scrolled1
@@ -76,8 +76,8 @@ root scrolls with respect to descendant
descendant scrolls with respect to predecessor
descendant scrolls with respect to container
descendant does not scroll with respect to scrolled1
-descendant scrolls with respect to scrolled2
-descendant scrolls with respect to scrolled3
+descendant does not scroll with respect to scrolled2
+descendant does not scroll with respect to scrolled3
descendant scrolls with respect to fixed-descendant
descendant scrolls with respect to successor
descendant scrolls with respect to root
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698