| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.2-client.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.2-client.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.2-client.html
|
| index 4e8c3639df5405ada92d637cf27e3346e3abc989..fda0e298f5e7f1c55a619e3858682d850844b5ef 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.2-client.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.2-client.html
|
| @@ -19,7 +19,7 @@ interface Client {
|
| void postMessage(any message, DOMString targetOrigin,
|
| optional sequence<Transferable> transfer);
|
| };
|
| -</pre>
|
| +</script>
|
|
|
| <!--
|
| The `Client` interface represents the window or the worker (defined as client)
|
| @@ -44,7 +44,7 @@ targetOrigin, transfer)` method of a `[Client][3]`, when called, causes a
|
|
|
| <script type=text/plain id="untested_idls">
|
| interface Transferable {};
|
| - </pre>
|
| + </script>
|
|
|
| <script>
|
| var idl_array = new IdlArray();
|
|
|