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 --- .../cache-storage/window/cache-add.https.html | 9 +++ .../cache-storage/window/cache-delete.https.html | 9 +++ .../cache-storage/window/cache-match.https.html | 9 +++ .../cache-storage/window/cache-matchAll.https.html | 9 +++ .../cache-storage/window/cache-put.https.html | 9 +++ .../window/cache-storage-keys.https.html | 9 +++ .../window/cache-storage-match.https.html | 9 +++ .../cache-storage/window/cache-storage.https.html | 9 +++ .../window/sandboxed-iframes.https.html | 67 ++++++++++++++++++++++ 9 files changed, 139 insertions(+) create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/cache-add.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/cache-delete.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/cache-match.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/cache-put.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/cache-storage-keys.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/cache-storage-match.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/cache-storage.https.html create mode 100644 testing/web-platform/tests/service-workers/cache-storage/window/sandboxed-iframes.https.html (limited to 'testing/web-platform/tests/service-workers/cache-storage/window') diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-add.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-add.https.html new file mode 100644 index 000000000..d9945f9ae --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-add.https.html @@ -0,0 +1,9 @@ + +Cache Storage: Cache.add and Cache.addAll + + + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-delete.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-delete.https.html new file mode 100644 index 000000000..735d2cdb4 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-delete.https.html @@ -0,0 +1,9 @@ + +Cache Storage: Cache.delete + + + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-match.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-match.https.html new file mode 100644 index 000000000..0ff5c6799 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-match.https.html @@ -0,0 +1,9 @@ + +Cache Storage: Cache.match + + + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html new file mode 100644 index 000000000..372e641a5 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-matchAll.https.html @@ -0,0 +1,9 @@ + +Cache.matchAll + + + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-put.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-put.https.html new file mode 100644 index 000000000..1d9e02ba6 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-put.https.html @@ -0,0 +1,9 @@ + +Cache Storage: Cache.put + + + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage-keys.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage-keys.https.html new file mode 100644 index 000000000..b4f94bade --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage-keys.https.html @@ -0,0 +1,9 @@ + +Cache Storage: CacheStorage.keys + + + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage-match.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage-match.https.html new file mode 100644 index 000000000..72005f43a --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage-match.https.html @@ -0,0 +1,9 @@ + +Cache Storage: CacheStorage.match + + + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage.https.html new file mode 100644 index 000000000..6c4f4af7f --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/cache-storage.https.html @@ -0,0 +1,9 @@ + +Cache Storage: CacheStorage + + + + + + + diff --git a/testing/web-platform/tests/service-workers/cache-storage/window/sandboxed-iframes.https.html b/testing/web-platform/tests/service-workers/cache-storage/window/sandboxed-iframes.https.html new file mode 100644 index 000000000..061858521 --- /dev/null +++ b/testing/web-platform/tests/service-workers/cache-storage/window/sandboxed-iframes.https.html @@ -0,0 +1,67 @@ + +Cache Storage: Verify access in sandboxed iframes + + + + + + -- cgit v1.2.3