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

Unified Diff: LayoutTests/compositing/layer-creation/main-thread-scrolling-for-non-composited-fixed-position-if-overflow-hidden.html

Issue 699183004: Main-thread scroll if we have fixed-pos children and overflow:hidden. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/main-thread-scrolling-for-non-composited-fixed-position-if-overflow-hidden.html
diff --git a/LayoutTests/compositing/layer-creation/main-thread-scrolling-for-non-composited-fixed-position.html b/LayoutTests/compositing/layer-creation/main-thread-scrolling-for-non-composited-fixed-position-if-overflow-hidden.html
similarity index 94%
copy from LayoutTests/compositing/layer-creation/main-thread-scrolling-for-non-composited-fixed-position.html
copy to LayoutTests/compositing/layer-creation/main-thread-scrolling-for-non-composited-fixed-position-if-overflow-hidden.html
index 3074264b0a5dadbec39dcf794471763ee0846c1f..11d5f893a83705e41db5ce5abcb5224bf4a0c7c9 100644
--- a/LayoutTests/compositing/layer-creation/main-thread-scrolling-for-non-composited-fixed-position.html
+++ b/LayoutTests/compositing/layer-creation/main-thread-scrolling-for-non-composited-fixed-position-if-overflow-hidden.html
@@ -24,7 +24,7 @@
</script>
</head>
-<body style="height: 5000px">
+<body style="height: 5000px; overflow:hidden">
<div class="fixed">TEST</div>
<pre id="layerTree"></pre>

Powered by Google App Engine
This is Rietveld 408576698