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

Unified Diff: LayoutTests/compositing/animation/state-at-end-event-transform-layer.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
« no previous file with comments | « no previous file | LayoutTests/compositing/clip-change.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/animation/state-at-end-event-transform-layer.html
diff --git a/LayoutTests/compositing/animation/state-at-end-event-transform-layer.html b/LayoutTests/compositing/animation/state-at-end-event-transform-layer.html
index 2c0e47a0a2830a282ae7e4d4161923c921170f58..2e9608d62ad05db3a4ed24611c51c32188803c8b 100644
--- a/LayoutTests/compositing/animation/state-at-end-event-transform-layer.html
+++ b/LayoutTests/compositing/animation/state-at-end-event-transform-layer.html
@@ -44,7 +44,7 @@
function testEnded()
{
if (window.testRunner)
- testRunner.notifyDone();
+ window.setTimeout(function() { testRunner.notifyDone(); }, 0);
}
function startTest()
« no previous file with comments | « no previous file | LayoutTests/compositing/clip-change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698