From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../service-workers/cache-storage/worker/cache-add.https.html | 9 +++++++++ .../service-workers/cache-storage/worker/cache-delete.https.html | 9 +++++++++ .../service-workers/cache-storage/worker/cache-match.https.html | 9 +++++++++ .../cache-storage/worker/cache-matchAll.https.html | 9 +++++++++ .../service-workers/cache-storage/worker/cache-put.https.html | 9 +++++++++ .../cache-storage/worker/cache-storage-keys.https.html | 9 +++++++++ .../cache-storage/worker/cache-storage-match.https.html | 9 +++++++++ .../cache-storage/worker/cache-storage.https.html | 9 +++++++++ 8 files changed, 72 insertions(+) create mode 100644 testing/web-platform/tests/service-workers/cache-storage/worker/cache-add.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/worker/cache-delete.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/worker/cache-match.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/worker/cache-matchAll.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/worker/cache-put.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-keys.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-match.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage.https.html (limited to 'testing/web-platform/tests/service-workers/cache-storage/worker') diff --git a/testing/web-platform/tests/service-workers/cache-storage/worker/cache-add.https.html b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-add.https.html new file mode 100644 index 000000000..2658e1e50 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-add.https.html @@ -0,0 +1,9 @@ + +Cache.add and Cache.addAll + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/worker/cache-delete.https.html b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-delete.https.html new file mode 100644 index 000000000..3d63a2f7f --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-delete.https.html @@ -0,0 +1,9 @@ + +Cache.delete + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/worker/cache-match.https.html b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-match.https.html new file mode 100644 index 000000000..479a29d1e --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-match.https.html @@ -0,0 +1,9 @@ + +Cache.match + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/worker/cache-matchAll.https.html b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-matchAll.https.html new file mode 100644 index 000000000..c7e893a23 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-matchAll.https.html @@ -0,0 +1,9 @@ + +Cache.matchAll + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/worker/cache-put.https.html b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-put.https.html new file mode 100644 index 000000000..20aeb2351 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-put.https.html @@ -0,0 +1,9 @@ + +Cache.put + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-keys.https.html b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-keys.https.html new file mode 100644 index 000000000..71d995bc9 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-keys.https.html @@ -0,0 +1,9 @@ + +CacheStorage.keys + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-match.https.html b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-match.https.html new file mode 100644 index 000000000..cd93410d2 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage-match.https.html @@ -0,0 +1,9 @@ + +CacheStorage.match + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage.https.html b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage.https.html new file mode 100644 index 000000000..0899609e4 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/worker/cache-storage.https.html @@ -0,0 +1,9 @@ + +CacheStorage + + + + + -- cgit v1.2.3