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

Unified Diff: LayoutTests/http/tests/cachestorage/serviceworker/cache-add.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/serviceworker/cache-add.html
diff --git a/LayoutTests/http/tests/serviceworker/cache-add.html b/LayoutTests/http/tests/cachestorage/serviceworker/cache-add.html
similarity index 59%
copy from LayoutTests/http/tests/serviceworker/cache-add.html
copy to LayoutTests/http/tests/cachestorage/serviceworker/cache-add.html
index eda747381ca058621ce71a957f97ceec2a5bd1dd..2ab4623e76c6cd6ac5a6dd7c5f71e9ae83f4edf2 100644
--- a/LayoutTests/http/tests/serviceworker/cache-add.html
+++ b/LayoutTests/http/tests/cachestorage/serviceworker/cache-add.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
-<title>Service Worker: Cache.add and Cache.addAll</title>
+<title>Cache.add and Cache.addAll</title>
<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-add">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
-<script src="resources/test-helpers.js"></script>
+<script src="../../serviceworker/resources/test-helpers.js"></script>
<script>
-service_worker_test('resources/cache-add-worker.js');
+service_worker_test('../script-tests/cache-add.js');
</script>

Powered by Google App Engine
This is Rietveld 408576698