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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.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.1-install-phase-event.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html
index 994da020010d1f96b0c1585edd4d6f10a7886183..8b7ab81c5eff4a5ce03cb6939d75a1e38d5290d6 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.7.1-install-phase-event.html
@@ -16,7 +16,7 @@
interface InstallPhaseEvent : Event {
Promise<any> waitUntil(Promise<any> f);
};
-</pre>
+</script>
<!--
Service Workers have two [Lifecycle events][1], `[install][2]` and
@@ -34,7 +34,7 @@ from the `[InstallPhaseEvent][4]` interface, for `[install][2]` event.
<script type=text/plain id="untested_idls">
interface Event {};
- </pre>
+ </script>
<script>
var idl_array = new IdlArray();

Powered by Google App Engine
This is Rietveld 408576698