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

Unified Diff: LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.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/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html
diff --git a/LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html b/LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html
index f14d722d15289131161079cf48b6d6aaa3f04d17..ea88235f9ee1e56ff1e52664ec539481961cb61a 100644
--- a/LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html
+++ b/LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html
@@ -55,7 +55,6 @@ This test passes if it doesn't crash.
if (window.testRunner) {
testRunner.dumpAsText();
internals.settings.setPreferCompositingToLCDTextEnabled(true);
- internals.settings.setLayerSquashingEnabled(true);
} else {
alert('This test require window.testRunner.')
}

Powered by Google App Engine
This is Rietveld 408576698