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

Unified Diff: LayoutTests/compositing/squashing/tricky-element-removal-crash.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/tricky-element-removal-crash.html
diff --git a/LayoutTests/compositing/squashing/tricky-element-removal-crash.html b/LayoutTests/compositing/squashing/tricky-element-removal-crash.html
index ac3783ed74c39479700380a9adcd2c8d634a865d..e8874210e20b99a98a7cee7cf1dbdf2f2273570d 100644
--- a/LayoutTests/compositing/squashing/tricky-element-removal-crash.html
+++ b/LayoutTests/compositing/squashing/tricky-element-removal-crash.html
@@ -5,9 +5,6 @@
<div id="target" style="width: 100px; height: 100px; transform: translateZ(0); background-color: blue">
</div>
<script>
-if (window.internals)
- internals.settings.setLayerSquashingEnabled(true);
-
function repaintTest() {
document.querySelector('#target').remove();
}

Powered by Google App Engine
This is Rietveld 408576698