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

Unified Diff: LayoutTests/compositing/squashing/animation-repaint-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/animation-repaint-crash.html
diff --git a/LayoutTests/compositing/squashing/animation-repaint-crash.html b/LayoutTests/compositing/squashing/animation-repaint-crash.html
index d429635bf0ab58e6858240727ec591b8efe1c26a..af554415c2dbd71b6f8929fb5eb1a0852ec3a178 100644
--- a/LayoutTests/compositing/squashing/animation-repaint-crash.html
+++ b/LayoutTests/compositing/squashing/animation-repaint-crash.html
@@ -49,7 +49,6 @@
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
- window.internals.settings.setLayerSquashingEnabled(true);
}
getComputedStyle(document.body).color;
document.body.classList.add("loaded")

Powered by Google App Engine
This is Rietveld 408576698