Index: third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html |
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html b/third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html |
index 1ba3c22ccc366891b824d9913f61f852650a7a1d..734fcee71e38499cbab5bbb2c494f9a93c71dd6d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html |
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html |
@@ -4,6 +4,7 @@ |
<p>Note that the test is potentially flaky and may produce false positives if we are unlucky with the worker exceptions timing. It should not fail if there is no bug though.</p> |
<script src="../../resources/gc.js"></script> |
<script> |
+ |
function test() { |
if (document.location.search == "?done") { |
// Set timeout to give the test some time to crash. |