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

Unified Diff: LayoutTests/compositing/squashing/visibility-composited-squashing.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/visibility-composited-squashing.html
diff --git a/LayoutTests/compositing/squashing/visibility-composited-squashing.html b/LayoutTests/compositing/squashing/visibility-composited-squashing.html
index bb47513a36fadb8e8faaf540186175623f0e0833..0b594c6123ae72260bfe8c9218932d91d89bd9bb 100644
--- a/LayoutTests/compositing/squashing/visibility-composited-squashing.html
+++ b/LayoutTests/compositing/squashing/visibility-composited-squashing.html
@@ -29,10 +29,9 @@
}
</style>
<script>
- if (window.testRunner) {
+ if (window.testRunner)
testRunner.waitUntilDone();
- internals.settings.setLayerSquashingEnabled(true);
- }
+
requestAnimationFrame(function() {
requestAnimationFrame(function() {
document.getElementById('target1').classList.add('visible');

Powered by Google App Engine
This is Rietveld 408576698