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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt

Issue 13828004: Avoid compositing fixed-position elements if they cannot scroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 8 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
Index: LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
diff --git a/LayoutTests/compositing/rtl/rtl-absolute-expected.txt b/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
similarity index 59%
copy from LayoutTests/compositing/rtl/rtl-absolute-expected.txt
copy to LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
index 6e87875cdbe31e1d6e690afcab621d67d3a9e60b..324399a6d2d12787787b19de123bdfe7ad304284 100644
--- a/LayoutTests/compositing/rtl/rtl-absolute-expected.txt
+++ b/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
@@ -1,3 +1,5 @@
+Even though the fixed-position element's container is nonscrollable, it should still be composited because one of its ancestors is scrolling.
+
(GraphicsLayer
(bounds 800.00 600.00)
(children 1
@@ -6,11 +8,9 @@
(contentsOpaque 1)
(children 1
(GraphicsLayer
- (position 50.00 50.00)
+ (position 10.00 100.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #008000)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698