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

Unified Diff: LayoutTests/compositing/squashing/transform-squashed-owner.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/transform-squashed-owner.html
diff --git a/LayoutTests/compositing/squashing/transform-squashed-owner.html b/LayoutTests/compositing/squashing/transform-squashed-owner.html
index 38f2236cac0969c95b913f4452c6e1ee558c368e..b95dba78ebde465fff5f83f10b2a71242e69106f 100644
--- a/LayoutTests/compositing/squashing/transform-squashed-owner.html
+++ b/LayoutTests/compositing/squashing/transform-squashed-owner.html
@@ -33,9 +33,6 @@
<div class="squashed" style="top: 54px"></div>
</body>
<script>
- if (window.testRunner) {
- internals.settings.setLayerSquashingEnabled(true);
- }
document.getElementById("target").classList.add("rotated");
</script>

Powered by Google App Engine
This is Rietveld 408576698