aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/service-workers/service-worker/fetch-event-add-async.https.html
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2019-10-06 10:58:10 +0000
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2019-10-06 14:35:02 +0000
commit393fa37c0ba9fa9c134e56cb54601d17534dd34f (patch)
tree06efe7399bd6596b37f956f209dd45dc61370d84 /tests/wpt/web-platform-tests/service-workers/service-worker/fetch-event-add-async.https.html
parent1318ea9d0245b7a768d61be6727122cf93b3a834 (diff)
downloadservo-393fa37c0ba9fa9c134e56cb54601d17534dd34f.tar.gz
servo-393fa37c0ba9fa9c134e56cb54601d17534dd34f.zip
Update web-platform-tests to revision daac9dc806e9571ea856253fcc35a94e73d4f711
Diffstat (limited to 'tests/wpt/web-platform-tests/service-workers/service-worker/fetch-event-add-async.https.html')
-rw-r--r--tests/wpt/web-platform-tests/service-workers/service-worker/fetch-event-add-async.https.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/service-workers/service-worker/fetch-event-add-async.https.html b/tests/wpt/web-platform-tests/service-workers/service-worker/fetch-event-add-async.https.html
new file mode 100644
index 00000000000..ac13e4f4167
--- /dev/null
+++ b/tests/wpt/web-platform-tests/service-workers/service-worker/fetch-event-add-async.https.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<title>Service Worker: Fetch event added asynchronously doesn't throw</title>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="resources/test-helpers.sub.js"></script>
+<script>
+'use strict';
+
+service_worker_test(
+ 'resources/fetch-event-add-async-worker.js');
+</script>