| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html
|
| index e8713dd702cba62e48996581cd5734a83f7e9c71..e954067c71d6b02e59f847af12b9f6d6c0c1253e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/register.html
|
| @@ -1,8 +1,9 @@
|
| <!doctype html>
|
| <title>register</title>
|
| -<script src="test-helpers.js"></script>
|
| <body>
|
| <script>
|
| +'use strict';
|
| +
|
| navigator.serviceWorker.register('empty-worker.js', {scope: 'scope-register'})
|
| .then(
|
| registration => {
|
|
|