blob: 6925d1fe8c2a0d99a9f778d94aefbb96f67527cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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
|