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

Unified Diff: LayoutTests/compositing/squashing/attempting-to-squash-into-stacking-ancestor.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/attempting-to-squash-into-stacking-ancestor.html
diff --git a/LayoutTests/compositing/squashing/attempting-to-squash-into-stacking-ancestor.html b/LayoutTests/compositing/squashing/attempting-to-squash-into-stacking-ancestor.html
index d4661c6b4c450e5169409ee5074ae746fbdf6fa6..8bceac79e7420d9865375427b76077894f8cf6a7 100644
--- a/LayoutTests/compositing/squashing/attempting-to-squash-into-stacking-ancestor.html
+++ b/LayoutTests/compositing/squashing/attempting-to-squash-into-stacking-ancestor.html
@@ -10,8 +10,6 @@
</div>
</div>
<script>
-if (window.testRunner) {
+if (window.testRunner)
internals.settings.setPreferCompositingToLCDTextEnabled(true);
- internals.settings.setLayerSquashingEnabled(true);
-}
</script>

Powered by Google App Engine
This is Rietveld 408576698