| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1.6-service-worker-global-scope-unregister.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..de1d64a6e45c45480a7eab230ddb33ba7f006444
 | 
| --- /dev/null
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/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>
 | 
| +
 | 
| 
 |