From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../web-platform/tests/payment-method-id/META.yml | 3 + .../web-platform/tests/payment-method-id/README.md | 4 + ...ayment-request-ctor-pmi-handling.https.sub.html | 149 +++++++++++++++++++++ 3 files changed, 156 insertions(+) create mode 100644 testing/web-platform/tests/payment-method-id/META.yml create mode 100644 testing/web-platform/tests/payment-method-id/README.md create mode 100644 testing/web-platform/tests/payment-method-id/payment-request-ctor-pmi-handling.https.sub.html (limited to 'testing/web-platform/tests/payment-method-id') diff --git a/testing/web-platform/tests/payment-method-id/META.yml b/testing/web-platform/tests/payment-method-id/META.yml new file mode 100644 index 0000000000..5e9fe05aba --- /dev/null +++ b/testing/web-platform/tests/payment-method-id/META.yml @@ -0,0 +1,3 @@ +spec: https://w3c.github.io/payment-method-id/ +suggested_reviewers: + - marcoscaceres diff --git a/testing/web-platform/tests/payment-method-id/README.md b/testing/web-platform/tests/payment-method-id/README.md new file mode 100644 index 0000000000..3d1bb8ddda --- /dev/null +++ b/testing/web-platform/tests/payment-method-id/README.md @@ -0,0 +1,4 @@ +## Payment Method Identifiers +This is the test suite for the [Payment Method Identifiers](https://www.w3.org/TR/payment-method-id/). + +Tests coming soon. diff --git a/testing/web-platform/tests/payment-method-id/payment-request-ctor-pmi-handling.https.sub.html b/testing/web-platform/tests/payment-method-id/payment-request-ctor-pmi-handling.https.sub.html new file mode 100644 index 0000000000..d6a1be2394 --- /dev/null +++ b/testing/web-platform/tests/payment-method-id/payment-request-ctor-pmi-handling.https.sub.html @@ -0,0 +1,149 @@ + + + +Test for validity of payment method identifiers during construction + + + + -- cgit v1.2.3