| Index: LayoutTests/http/tests/cachestorage/window/cache-storage-match.html
|
| diff --git a/LayoutTests/http/tests/cachestorage/window/cache-storage-match.html b/LayoutTests/http/tests/cachestorage/window/cache-storage-match.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7451f3b74426e99b335627a7627a6f7d697c367a
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/cachestorage/window/cache-storage-match.html
|
| @@ -0,0 +1,8 @@
|
| +<!DOCTYPE html>
|
| +<title>Cache Storage: CacheStorage.match</title>
|
| +<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage-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-storage-match.js"></script>
|
|
|