diff --git a/testing/web-platform/tests/async-local-storage/META.yml b/testing/web-platform/tests/async-local-storage/META.yml deleted file mode 100644 index 1bbe9e5ac609..000000000000 --- a/testing/web-platform/tests/async-local-storage/META.yml +++ /dev/null @@ -1,3 +0,0 @@ -spec: https://domenic.github.io/async-local-storage/ -suggested_reviewers: - - domenic diff --git a/testing/web-platform/tests/kv-storage/META.yml b/testing/web-platform/tests/kv-storage/META.yml new file mode 100644 index 000000000000..bf4a1e6e8b44 --- /dev/null +++ b/testing/web-platform/tests/kv-storage/META.yml @@ -0,0 +1,3 @@ +spec: https://wicg.github.io/kv-storage/ +suggested_reviewers: + - domenic diff --git a/testing/web-platform/tests/async-local-storage/api-surface.tentative.https.html b/testing/web-platform/tests/kv-storage/api-surface.https.html similarity index 92% rename from testing/web-platform/tests/async-local-storage/api-surface.tentative.https.html rename to testing/web-platform/tests/kv-storage/api-surface.https.html index 927871a8961c..65452f55be04 100644 --- a/testing/web-platform/tests/async-local-storage/api-surface.tentative.https.html +++ b/testing/web-platform/tests/kv-storage/api-surface.https.html @@ -1,14 +1,14 @@ -Async local storage API surface +KV Storage: API surface @@ -13,6 +13,6 @@ test(() => { }, "Prerequisite check"); promise_test(t => { - return promise_rejects(t, "SecurityError", import("std:async-local-storage")); + return promise_rejects(t, "SecurityError", import("std:kv-storage")); }); diff --git a/testing/web-platform/tests/async-local-storage/non-secure-context-import-statement.tentative.html b/testing/web-platform/tests/kv-storage/non-secure-context-import-statement.html similarity index 82% rename from testing/web-platform/tests/async-local-storage/non-secure-context-import-statement.tentative.html rename to testing/web-platform/tests/kv-storage/non-secure-context-import-statement.html index 879729696dbb..fda02aadf14f 100644 --- a/testing/web-platform/tests/async-local-storage/non-secure-context-import-statement.tentative.html +++ b/testing/web-platform/tests/kv-storage/non-secure-context-import-statement.html @@ -1,6 +1,6 @@ -Async local storage: should not work in non-secure contexts when included via an import statement +KV Storage: should not work in non-secure contexts when included via an import statement @@ -23,5 +23,5 @@ async_test(t => { diff --git a/testing/web-platform/tests/async-local-storage/non-secure-context-script-element.tentative.html b/testing/web-platform/tests/kv-storage/non-secure-context-script-element.html similarity index 79% rename from testing/web-platform/tests/async-local-storage/non-secure-context-script-element.tentative.html rename to testing/web-platform/tests/kv-storage/non-secure-context-script-element.html index feeddafc8daa..66802b1254ed 100644 --- a/testing/web-platform/tests/async-local-storage/non-secure-context-script-element.tentative.html +++ b/testing/web-platform/tests/kv-storage/non-secure-context-script-element.html @@ -1,6 +1,6 @@ -Async local storage: should not work in non-secure contexts when included via a script element +KV Storage: should not work in non-secure contexts when included via a script element @@ -22,4 +22,4 @@ async_test(t => { }); - + diff --git a/testing/web-platform/tests/async-local-storage/storage-smoke-test.tentative.https.html b/testing/web-platform/tests/kv-storage/storage-smoke-test.https.html similarity index 76% rename from testing/web-platform/tests/async-local-storage/storage-smoke-test.tentative.https.html rename to testing/web-platform/tests/kv-storage/storage-smoke-test.https.html index f978480ff2b8..df6fd8c8181f 100644 --- a/testing/web-platform/tests/async-local-storage/storage-smoke-test.tentative.https.html +++ b/testing/web-platform/tests/kv-storage/storage-smoke-test.https.html @@ -1,13 +1,13 @@ -Async local storage storage export smoke test +KV storage: storage export smoke test