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

Unified Diff: LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll.html

Issue 1295573002: Address test slowness with Cache Storage match()/matchAll() tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/cachestorage/serviceworker/cache-matchAll.html
diff --git a/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage.html b/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll.html
similarity index 68%
copy from LayoutTests/http/tests/cachestorage/serviceworker/cache-storage.html
copy to LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll.html
index ad2d06b0abede04bf33dedb3cd92579dbaa4bee5..1799c5f93758b85595acdbb4fd7f295b7bd32899 100644
--- a/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage.html
+++ b/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
-<title>CacheStorage</title>
-<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage">
+<title>Cache.matchAll</title>
+<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-matchall">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../serviceworker/resources/test-helpers.js"></script>
<script>
-service_worker_test('../script-tests/cache-storage.js');
+service_worker_test('../script-tests/cache-matchAll.js');
</script>

Powered by Google App Engine
This is Rietveld 408576698