Skip to content

Commit 4d2c536

Browse files
committed
Bug 1504593 [wpt PR 13912] - Update wpt metadata, a=testonly
wpt-pr: 13912 wpt-type: metadata UltraBlame original commit: 564d985f24d302a08470a8cd3b4bf7abd1c46747
1 parent 622930e commit 4d2c536

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed
Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
11
[payment-request-canmakepayment-method.https.html]
22
[If payment method identifier and serialized parts are supported, resolve promise with true.]
3-
expected:
3+
expected:
44
if not e10s: FAIL
55

66
[Optionally, at the user agent's discretion, return a promise rejected with a "NotAllowedError" DOMException.]
7-
expected:
7+
expected:
88
if not e10s: FAIL
99
1010
[If request.[[state\]\] is "closed", then return a promise rejected with an "InvalidStateError" DOMException.]
1111
expected: FAIL
1212
1313
[If payment method identifier is unknown, resolve promise with false.]
14-
expected:
14+
expected:
1515
if not e10s: FAIL
1616
1717
[If request.[[state\]\] is "interactive", then return a promise rejected with an "InvalidStateError" DOMException.]
1818
expected: FAIL
1919
2020
[If request.[[state\]\] is "created", then return a promise that resolves to true for known method.]
21-
expected:
21+
expected:
2222
if not e10s: FAIL
2323
2424
[Calling canMakePayment() multiple times is always a new object.]
25-
expected:
25+
expected:
2626
if not e10s: FAIL
2727
28+
[If payment method identifier are supported, resolve promise with true.]
29+
expected:
30+
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
31+
32+
[Mix of supported and unsupported methods, at least one method is supported.]
33+
expected:
34+
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
35+
36+
[All methods are unsupported]
37+
expected:
38+
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
39+

0 commit comments

Comments
 (0)