diff options
Diffstat (limited to 'LayoutTests/storage/close-during-stress-test.html')
-rw-r--r-- | LayoutTests/storage/close-during-stress-test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/storage/close-during-stress-test.html b/LayoutTests/storage/close-during-stress-test.html index 2183e2f..5cc52fd 100644 --- a/LayoutTests/storage/close-during-stress-test.html +++ b/LayoutTests/storage/close-during-stress-test.html @@ -2,7 +2,6 @@ <p>Should not crash or cause an assertion failure.</p> <p>A JavaScript failure on the console is expected, however, as the global object is cleared when closing a frame. It actually helps to cause database activity by throwing an exception from a callback.</p> -<iframe src="resources/stress-frame.html" onload="startTest()"></iframe> <script> if (window.layoutTestController) { layoutTestController.waitUntilDone(); @@ -16,4 +15,5 @@ function startTest() setTimeout("layoutTestController.notifyDone()", 500); } </script> +<iframe src="resources/stress-frame.html" onload="startTest()"></iframe> </body> |