Title: [110633] trunk/LayoutTests
Revision
110633
Author
da...@chromium.org
Date
2012-03-13 16:11:25 -0700 (Tue, 13 Mar 2012)

Log Message

fast/loader/form-submission-after-beforeunload-cancel.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=81024

Reviewed by Andy Estes.

* fast/loader/form-submission-after-beforeunload-cancel.html:
Give the form post a better chance of loading before the FAIL timer.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (110632 => 110633)


--- trunk/LayoutTests/ChangeLog	2012-03-13 23:00:15 UTC (rev 110632)
+++ trunk/LayoutTests/ChangeLog	2012-03-13 23:11:25 UTC (rev 110633)
@@ -1,3 +1,13 @@
+2012-03-13  Darin Fisher  <da...@chromium.org>
+
+        fast/loader/form-submission-after-beforeunload-cancel.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=81024
+
+        Reviewed by Andy Estes.
+
+        * fast/loader/form-submission-after-beforeunload-cancel.html:
+        Give the form post a better chance of loading before the FAIL timer.
+
 2012-03-13  Dave Tharp  <dth...@codeaurora.org>
 
         Alternate xml-stylesheets with no title are loaded, in violation of the CSSOM draft

Modified: trunk/LayoutTests/fast/loader/form-submission-after-beforeunload-cancel.html (110632 => 110633)


--- trunk/LayoutTests/fast/loader/form-submission-after-beforeunload-cancel.html	2012-03-13 23:00:15 UTC (rev 110632)
+++ trunk/LayoutTests/fast/loader/form-submission-after-beforeunload-cancel.html	2012-03-13 23:11:25 UTC (rev 110633)
@@ -20,7 +20,7 @@
             document.getElementById("console").innerHTML = "FAIL";
             if (window.layoutTestController)
                 layoutTestController.notifyDone();
-        }, 0);
+        }, 1000);
 
         document.forms[0].submit();
     }, 0);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to