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 --- .../payment-instruments.https.html.ini | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 testing/web-platform/meta/payment-handler/payment-instruments.https.html.ini (limited to 'testing/web-platform/meta/payment-handler/payment-instruments.https.html.ini') diff --git a/testing/web-platform/meta/payment-handler/payment-instruments.https.html.ini b/testing/web-platform/meta/payment-handler/payment-instruments.https.html.ini new file mode 100644 index 0000000000..6925d1fe8c --- /dev/null +++ b/testing/web-platform/meta/payment-handler/payment-instruments.https.html.ini @@ -0,0 +1,52 @@ +[payment-instruments.https.html] + [Instrument keys are returned in the original insertion order] + expected: FAIL + + [Deleting an existing instrument returns true] + expected: FAIL + + [Deleting an existing instrument the second time returns false] + expected: FAIL + + [Deleting a non-existing instrument returns false] + expected: FAIL + + [Getting an existing instrument returns the instrument] + expected: FAIL + + [Getting a non-existing instrument returns undefined] + expected: FAIL + + [Resetting an existing instrument updates the instrument] + expected: FAIL + + [Clearing the instruments] + expected: FAIL + + [Cannot register instruments with invalid icon media type image/jif] + expected: FAIL + + [Don't crash when registering instruments with very long icon media type image/pngggggg...] + expected: FAIL + + [Don't crash when registering an instrument with a very long icon size 888...x888...] + expected: FAIL + + [Cannot register instruments with invalid icon size "256 256" (missing "x")] + expected: FAIL + + [Cannot register instruments with invalid icon URL (has a null character)] + expected: FAIL + + [Cannot register instruments with non-existing non-https icon URL] + expected: FAIL + + [Cannot register instruments with an existing non-https icon URL] + expected: FAIL + + [Don't crash on very long key, name, method, and capability strings.] + expected: FAIL + + [Don't crash on null characters in key, name, method, and capability strings.] + expected: FAIL + -- cgit v1.2.3