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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.2-client.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.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();

Powered by Google App Engine
This is Rietveld 408576698