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

Unified Diff: LayoutTests/compositing/squashing/squash-canvas.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/squash-canvas.html
diff --git a/LayoutTests/compositing/squashing/squash-canvas.html b/LayoutTests/compositing/squashing/squash-canvas.html
index 9bbb8f37e50df7098106dd4853541908c1dc70bc..c76af93ae9d1648fc669f8b665b687193010a280 100644
--- a/LayoutTests/compositing/squashing/squash-canvas.html
+++ b/LayoutTests/compositing/squashing/squash-canvas.html
@@ -23,10 +23,6 @@ canvas {
top: 20px;
}
</style>
-<script>
-if (window.internals)
- internals.settings.setLayerSquashingEnabled(true);
-</script>
<div id="background"></div>
<div id="overlap"></div>
<canvas></canvas>

Powered by Google App Engine
This is Rietveld 408576698