Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.6.3-cache-storage.html

Issue 2446483002: Import wpt@c5a14f553cba5f197743b9af605a84eddd8692a2 (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698