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