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

Unified Diff: LayoutTests/compositing/squashing/squashing-inside-perspective.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/squashing-inside-perspective.html
diff --git a/LayoutTests/compositing/squashing/squashing-inside-perspective.html b/LayoutTests/compositing/squashing/squashing-inside-perspective.html
index ce6b3ce064af2b9a1cc342e731281c1ad10ab1c4..d93194829a7be6bf0513757158928c998c88e66f 100644
--- a/LayoutTests/compositing/squashing/squashing-inside-perspective.html
+++ b/LayoutTests/compositing/squashing/squashing-inside-perspective.html
@@ -7,9 +7,6 @@
</div>
<script>
// Tests that a squashed layer that is the child of an element with perspective on it uses that element as its transform ancestor.
-
-if (window.internals)
- internals.settings.setLayerSquashingEnabled(true);
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCustomTextOutput(window.internals.layerTreeAsText(document));

Powered by Google App Engine
This is Rietveld 408576698