diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/payment-handler/payment-instruments.https.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/payment-handler/payment-instruments.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/payment-handler/payment-instruments.https.html.ini | 52 |
1 files changed, 52 insertions, 0 deletions
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 + |