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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-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 and addressed feedback 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-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-expected.txt b/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b539e5ffa2ae42194af37413fd55fc6e5240dc6f
--- /dev/null
+++ b/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-expected.txt
@@ -0,0 +1,3 @@
+There should be no layers, because the body is unscrollable and there is no need to composite the fixed-position layer.
+
+

Powered by Google App Engine
This is Rietveld 408576698