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

Unified Diff: LayoutTests/fast/dynamic/paused-event-dispatch.html

Issue 6592044: Merge 79606 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 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/fast/events/resize-subframe.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dynamic/paused-event-dispatch.html
===================================================================
--- LayoutTests/fast/dynamic/paused-event-dispatch.html (revision 79896)
+++ LayoutTests/fast/dynamic/paused-event-dispatch.html (working copy)
@@ -18,6 +18,9 @@
function test()
{
+ if (window.layoutTestController)
+ layoutTestController.waitUntilDone();
+
document.body.offsetTop;
var bottomBox = document.getElementById("bottomBox");
bottomBox.parentNode.removeChild(bottomBox);
@@ -27,10 +30,9 @@
function iframeResized()
{
document.body.appendChild(document.createElement("div"));
- if (window.layoutTestController) {
- layoutTestController.waitUntilDone();
+ if (window.layoutTestController)
layoutTestController.dumpAsText();
- }
+
setTimeout(finish, 0);
}
« no previous file with comments | « no previous file | LayoutTests/fast/events/resize-subframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698