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

Unified Diff: LayoutTests/http/tests/fetch/chromium/error-messages.html

Issue 1211623005: Unify multiple sequential_promise_test definitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update fetch templates and remove new duplicate of this method Created 5 years, 6 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
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>
« no previous file with comments | « LayoutTests/bluetooth/readValue.html ('k') | LayoutTests/http/tests/fetch/chromium/error-messages-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698