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

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

Powered by Google App Engine
This is Rietveld 408576698