Index: LayoutTests/http/tests/fetch/chromium/error-messages.html |
diff --git a/LayoutTests/http/tests/fetch/chromium/error-messages.html b/LayoutTests/http/tests/fetch/chromium/error-messages.html |
index b781799237cf77fae625a4f731dc48d34e5d3e8f..7c216c7e15e15ff31851734fb809215d1b54788a 100644 |
--- a/LayoutTests/http/tests/fetch/chromium/error-messages.html |
+++ b/LayoutTests/http/tests/fetch/chromium/error-messages.html |
@@ -1,6 +1,7 @@ |
<!doctype html> |
<script src="/resources/testharness.js"></script> |
<script src="/resources/testharnessreport.js"></script> |
+<script src="/resources/testharness-helpers.js"></script> |
<script src="../resources/fetch-test-helpers.js"></script> |
<script> |
sequential_promise_test(function(t) { |
@@ -41,6 +42,4 @@ sequential_promise_test(function(t) { |
return fetch('http://localhost:8000/fetch/resources/redirect-loop.php?Count=100&ACAOrigin=*') |
.then(t.unreached_func('must reject'), function() {}); |
}, 'A didFailRedirectCheck() error should output an error message'); |
- |
-sequential_promise_test_done(); |
</script> |