From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../empty-data-manual.https.html | 133 +++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 testing/web-platform/tests/payment-method-basic-card/empty-data-manual.https.html (limited to 'testing/web-platform/tests/payment-method-basic-card/empty-data-manual.https.html') diff --git a/testing/web-platform/tests/payment-method-basic-card/empty-data-manual.https.html b/testing/web-platform/tests/payment-method-basic-card/empty-data-manual.https.html new file mode 100644 index 0000000000..ba881ee236 --- /dev/null +++ b/testing/web-platform/tests/payment-method-basic-card/empty-data-manual.https.html @@ -0,0 +1,133 @@ + + +Payment Method Basic Card - test passing empty BasicCardRequest members + + + +

+ Payment Method Basic Card - test passing empty BasicCardRequest values +

+

+ This test checks that the Basic Card payment handler can accept any card. +

+

+ Click on each button in sequence from top to bottom without refreshing the page. + Each button will bring up the Payment Request UI window. + The test expects the following credit card. +

+
    +
  1. Add card: +
    +
    Cardholder name:
    +
    web platform test
    +
    Card number:
    +
    4111111111111111
    +
    Security code (CVV):
    +
    123
    +
    Expiry month:
    +
    01
    +
    Expiry year:
    +
    2026
    +
    +
  2. +
  3. Add billing address: +
    +
    Recipient:
    +
    web platform test
    +
    Address:
    +
    1 web st
    +
    Post code:
    +
    1234
    +
    Country:
    +
    Afghanistan
    +
    City:
    +
    w3c
    +
    Phone
    +
    +12345678910
    +
    +
  4. +
+
+
    +
  1. + +
  2. +
  3. + +
  4. +
  5. + +
  6. +
+ + + If you find a buggy test, please file a bug + and tag one of the suggested reviewers. + -- cgit v1.2.3