blob: e485367998a9e9df091d0894c4c79e21e8e392f3 [file] [log] [blame]
<!DOCTYPE html>
<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/fetch-error-messages-worker.js',
'Error messages for fetch()');
</script>