| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html
|
| index 48697f01e62fa0203682476b93a8579cfe30ae65..c11feaca4c832bb90562868a6d78d4ac0ee017fc 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html
|
| @@ -37,7 +37,7 @@ interface ServiceWorkerGlobalScope : WorkerGlobalScope {
|
|
|
| // close() method inherited from WorkerGlobalScope is not exposed.
|
| };
|
| -</pre>
|
| +</script>
|
|
|
| <!--
|
| The `ServiceWorkerGlobalScope` interface represents the global execution
|
| @@ -58,7 +58,7 @@ synchronous requests MUST NOT be initiated inside of a Service Worker.
|
| interface ScalarValueString {};
|
| interface EventHandler {};
|
| interface WorkerGlobalScope {};
|
| - </pre>
|
| + </script>
|
|
|
| <script>
|
| var idl_array = new IdlArray();
|
|
|