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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.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.1-service-worker-global-scope.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html
index 48697f01e62fa0203682476b93a8579cfe30ae65..c11feaca4c832bb90562868a6d78d4ac0ee017fc 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/stub-4.1-service-worker-global-scope.html
@@ -37,7 +37,7 @@ interface ServiceWorkerGlobalScope : WorkerGlobalScope {
// close() method inherited from WorkerGlobalScope is not exposed.
};
-</pre>
+</script>
<!--
The `ServiceWorkerGlobalScope` interface represents the global execution
@@ -58,7 +58,7 @@ synchronous requests MUST NOT be initiated inside of a Service Worker.
interface ScalarValueString {};
interface EventHandler {};
interface WorkerGlobalScope {};
- </pre>
+ </script>
<script>
var idl_array = new IdlArray();

Powered by Google App Engine
This is Rietveld 408576698