| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage.https.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage.https.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6c4f4af7fd054d4740df411d3dd564ff87d13683
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-storage.https.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<title>Cache Storage: CacheStorage</title>
|
| +<link rel="help" href="https://w3c.github.io/ServiceWorker/#cache-storage">
|
| +<meta name="timeout" content="long">
|
| +<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.js"></script>
|
|
|