Index: LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html |
diff --git a/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5665b99bd40468c50b3f72404ce385c3f1d14df7 |
--- /dev/null |
+++ b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<title>ServiceWorkerGlobalScope: close operation</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/serviceworkerglobalscope-close-worker.js', |
+ 'ServiceWorkerGlobalScope: close operation'); |
+ |
+</script> |