Index: LayoutTests/http/tests/cachestorage/window/cache-match.html |
diff --git a/LayoutTests/http/tests/cachestorage/window/cache-match.html b/LayoutTests/http/tests/cachestorage/window/cache-match.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6167998e40100d5ac90b478cd50a09a6b2c5fce8 |
--- /dev/null |
+++ b/LayoutTests/http/tests/cachestorage/window/cache-match.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<title>Cache Storage: Cache.match and Cache.matchAll</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> |
+<script src="/resources/testharness-helpers.js"></script> |
+<script src="../resources/test-helpers.js"></script> |
+<script src="../script-tests/cache-match.js"></script> |