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/squashing/resize-squashing-layer-that-needs-full-repaint.html

Issue 785333002: Delete the Layer Squashing runtime feature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/squashing/resize-squashing-layer-that-needs-full-repaint.html
diff --git a/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html b/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html
index 155d4a18dbb8adbf742f15c5e2c054a81888fe5a..ebec16f32042e4e37cfbe19bb975833ccda30aac 100644
--- a/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html
+++ b/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html
@@ -9,9 +9,6 @@
<script>
// This test checks that resizing a squashing layer such that the offset of content squashed into it relative to the squashing
// container causes a repaint of its bounds within the updated squashing layer geometry.
-if (window.internals)
- internals.settings.setLayerSquashingEnabled(true);
-
function repaintTest() {
document.querySelector("#to-be-removed").style.display = 'none';
}

Powered by Google App Engine
This is Rietveld 408576698