| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.6.3-cache-storage.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.6.3-cache-storage.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.6.3-cache-storage.html
|
| index 3f9e9b438f0de8cebdec8aa6cbccaaf4d0e6498f..29666d837fc05c0315043c97e7ab4f30efad0771 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.6.3-cache-storage.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.6.3-cache-storage.html
|
| @@ -29,7 +29,7 @@ interface CacheStorage {
|
| };
|
|
|
| callback CacheStorageIterationCallback = void (Cache value, DOMString key, CacheStorage map);
|
| -</pre>
|
| +</script>
|
|
|
| <!--
|
| **Note**:[CacheStorage][1]interface is designed to largely conform
|
| @@ -44,7 +44,7 @@ convenience methods.
|
| <script type=text/plain id="untested_idls">
|
| interface ScalarValueString {};
|
| interface Cache {};
|
| - </pre>
|
| + </script>
|
|
|
| <script>
|
| var idl_array = new IdlArray();
|
|
|