| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.2.1-install-event-section.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.2.1-install-event-section.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.2.1-install-event-section.html
|
| index 17d52c6b03a2638b5c7d2e6a7f2987bf214e41c3..d9b47e195af2b35f8d4f803caacd23e00e74f155 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.2.1-install-event-section.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.2.1-install-event-section.html
|
| @@ -17,7 +17,7 @@ interface InstallEvent : InstallPhaseEvent {
|
| readonly attribute ServiceWorker? activeWorker;
|
| void replace();
|
| };
|
| -</pre>
|
| +</script>
|
|
|
| <!--
|
| Service Workers use the `[InstallEvent][1]` interface for `[install][2]` event.
|
| @@ -30,7 +30,7 @@ Service Workers use the `[InstallEvent][1]` interface for `[install][2]` event.
|
| <script type=text/plain id="untested_idls">
|
| interface ServiceWorker {};
|
| interface InstallPhaseEvent {};
|
| - </pre>
|
| + </script>
|
|
|
| <script>
|
| var idl_array = new IdlArray();
|
|
|