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

Unified Diff: LayoutTests/http/tests/cachestorage/serviceworker/cache-match.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-match.html
diff --git a/LayoutTests/http/tests/cachestorage/serviceworker/cache-match.html b/LayoutTests/http/tests/cachestorage/serviceworker/cache-match.html
index c7b5846c6fdac90d21ac803f3a25d7a863aab2a1..15684e6e52f008c77762edfb796da6676cc597d9 100644
--- a/LayoutTests/http/tests/cachestorage/serviceworker/cache-match.html
+++ b/LayoutTests/http/tests/cachestorage/serviceworker/cache-match.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<title>Cache.match and Cache.matchAll</title>
+<title>Cache.match</title>
<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-match">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

Powered by Google App Engine
This is Rietveld 408576698