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

Unified Diff: LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html

Issue 515323002: Revert of ServiceWorker: throw when close() or terminate() called (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html
diff --git a/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html
deleted file mode 100644
index 5665b99bd40468c50b3f72404ce385c3f1d14df7..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<title>ServiceWorkerGlobalScope: close operation</title>
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
-<script src="resources/test-helpers.js"></script>
-<script>
-
-service_worker_test(
- 'resources/serviceworkerglobalscope-close-worker.js',
- 'ServiceWorkerGlobalScope: close operation');
-
-</script>

Powered by Google App Engine
This is Rietveld 408576698