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

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

Issue 728713003: [ServiceWorker] Provide more descriptive error messages when fetch API fails. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use t.unreached_func instead of unreached_rejection Created 6 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/chromium/resources/fetch-error-messages-worker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/chromium/fetch-error-messages.html
diff --git a/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/close.html b/LayoutTests/http/tests/serviceworker/chromium/fetch-error-messages.html
similarity index 61%
copy from LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/close.html
copy to LayoutTests/http/tests/serviceworker/chromium/fetch-error-messages.html
index 2609c3284b6f6d705a1946b8f9ac970e631ffe66..c0a7105b3bd272d7ffb91f66edcdc81aaef0b71e 100644
--- a/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/close.html
+++ b/LayoutTests/http/tests/serviceworker/chromium/fetch-error-messages.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
-<title>ServiceWorkerGlobalScope: close operation</title>
+<title>Service Worker: Error messages for fetch()</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/test-helpers.js"></script>
<script>
service_worker_test(
- 'resources/close-worker.js', 'ServiceWorkerGlobalScope: close operation');
+ 'resources/fetch-error-messages-worker.js',
+ 'Error messages for fetch()');
</script>
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/chromium/resources/fetch-error-messages-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698