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

Unified Diff: LayoutTests/http/tests/cachestorage/window/cache-delete.html

Issue 1032623008: Expose Cache Storage API in global window/worker scope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update webexposed expectations Created 5 years, 9 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/cachestorage/window/cache-delete.html
diff --git a/LayoutTests/http/tests/serviceworker/cache-delete.html b/LayoutTests/http/tests/cachestorage/window/cache-delete.html
similarity index 51%
copy from LayoutTests/http/tests/serviceworker/cache-delete.html
copy to LayoutTests/http/tests/cachestorage/window/cache-delete.html
index 2fdcdcde4868993a9b8b0b6cf756c59e692dd29f..0913ee38c1994036ba91a2b54a33cee8edd6aeac 100644
--- a/LayoutTests/http/tests/serviceworker/cache-delete.html
+++ b/LayoutTests/http/tests/cachestorage/window/cache-delete.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
-<title>Service Worker: Cache.delete</title>
+<title>Cache Storage: Cache.delete</title>
<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-delete">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
-<script src="resources/test-helpers.js"></script>
-<script>
-service_worker_test('resources/cache-delete-worker.js');
-</script>
+<script src="/resources/testharness-helpers.js"></script>
+<script src="../resources/test-helpers.js"></script>
+<script src="../script-tests/cache-delete.js"></script>

Powered by Google App Engine
This is Rietveld 408576698