| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage-match.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage-match.https.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage-match.https.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fef14074d4625c2f5a2d5da67ce2b990535c96fc
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage-match.https.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<title>CacheStorage.match</title>
|
| +<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-storage-match">
|
| +<meta name="timeout" content="long">
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +<script src="../../service-worker/resources/test-helpers.sub.js"></script>
|
| +<script>
|
| +service_worker_test('../script-tests/cache-storage-match.js');
|
| +</script>
|
|
|