| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html
|
| index 994da020010d1f96b0c1585edd4d6f10a7886183..8b7ab81c5eff4a5ce03cb6939d75a1e38d5290d6 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html
|
| @@ -16,7 +16,7 @@
|
| interface InstallPhaseEvent : Event {
|
| Promise<any> waitUntil(Promise<any> f);
|
| };
|
| -</pre>
|
| +</script>
|
|
|
| <!--
|
| Service Workers have two [Lifecycle events][1], `[install][2]` and
|
| @@ -34,7 +34,7 @@ from the `[InstallPhaseEvent][4]` interface, for `[install][2]` event.
|
|
|
| <script type=text/plain id="untested_idls">
|
| interface Event {};
|
| - </pre>
|
| + </script>
|
|
|
| <script>
|
| var idl_array = new IdlArray();
|
|
|