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

Unified Diff: LayoutTests/http/tests/cachestorage/resources/test-helpers.js

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/resources/test-helpers.js
diff --git a/LayoutTests/http/tests/serviceworker/resources/worker-testharness.js b/LayoutTests/http/tests/cachestorage/resources/test-helpers.js
similarity index 69%
copy from LayoutTests/http/tests/serviceworker/resources/worker-testharness.js
copy to LayoutTests/http/tests/cachestorage/resources/test-helpers.js
index fdf5868e33e2fe35344818ec3f1a2e068b90996d..91110950d568d5cb7b1808fa2c6cb2de947a02de 100644
--- a/LayoutTests/http/tests/serviceworker/resources/worker-testharness.js
+++ b/LayoutTests/http/tests/cachestorage/resources/test-helpers.js
@@ -1,15 +1,3 @@
-/*
- * worker-test-harness should be considered a temporary polyfill around
- * testharness.js for supporting Service Worker based tests. It should not be
- * necessary once the test harness is able to drive worker based tests natively.
- * See https://github.com/w3c/testharness.js/pull/82 for status of effort to
- * update upstream testharness.js. Once the upstreaming is complete, tests that
- * reference worker-test-harness should be updated to directly import
- * testharness.js.
- */
-
-importScripts('/resources/testharness.js');
-
(function() {
var next_cache_index = 1;

Powered by Google App Engine
This is Rietveld 408576698