summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html')
-rw-r--r--testing/web-platform/tests/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/web-platform/tests/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html b/testing/web-platform/tests/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html
new file mode 100644
index 000000000..de1d64a6e
--- /dev/null
+++ b/testing/web-platform/tests/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+<title>Service Workers: unregister()</title>
+ <head>
+ <link rel="help" href="https://w3c.github.io/ServiceWorker/#service-worker-global-scope-unregister">
+ <script src="/resources/testharness.js"></script>
+ <script src="/resources/testharnessreport.js"></script>
+
+ </head>
+ <body>
+
+<!--
+
+`self.unregister()` method must run the [Unregistration algorithm][1]
+implicitly passing `self.scope` as the argument.
+
+[1]: #unregistration-algorithm
+
+-->
+
+
+
+ <script>
+ test(function() {
+ // not_implemented();
+ }, "There are no tests for section unregister() so far.");
+ </script>
+
+ </body>
+</html>
+