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

Unified Diff: LayoutTests/compositing/geometry/partial-layout-update.html

Issue 181653006: Remove testRunner.display() from most compositing/ tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert change to plugin test Created 6 years, 10 months 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/geometry/partial-layout-update.html
diff --git a/LayoutTests/compositing/geometry/partial-layout-update.html b/LayoutTests/compositing/geometry/partial-layout-update.html
index eb32624fde989623563a035e8679879d4ef78bd7..2ea0abb39a0982dd2c9964ea79d9a4d682e79de2 100644
--- a/LayoutTests/compositing/geometry/partial-layout-update.html
+++ b/LayoutTests/compositing/geometry/partial-layout-update.html
@@ -49,7 +49,7 @@
var panel = document.getElementById("panel");
panel.addEventListener('webkitTransitionEnd', function() {
if (window.testRunner)
- testRunner.notifyDone();
+ window.setTimeout(function() { testRunner.notifyDone(); }, 0);
}, false);
panel.style.left = "0";
}

Powered by Google App Engine
This is Rietveld 408576698