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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/usecounter-window.html

Issue 2658603003: ServiceWorker: Enable UseCounter for ServiceWorkerGlobalScope (Closed)
Patch Set: int32_t -> uint32_t Created 3 years, 10 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/http/tests/serviceworker/chromium/resources/usecounter-window.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/usecounter-window.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/usecounter-window.html
new file mode 100644
index 0000000000000000000000000000000000000000..9238aa93010c412e2a0e56df8e6582465c04753b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/usecounter-window.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<title>Service Worker: UseCounter</title>
+<script>
+window.opener.postMessage('LOADED', '*');
+</script>

Powered by Google App Engine
This is Rietveld 408576698