Source code

Revision control

Copy as Markdown

Other Tools

[can-make-payment-event.https.html]
[If a payment handler is not installed, but can be installed just-in-time, then the payment method is supported.]
expected: FAIL
[If a payment handler is not installed and cannot be installed just-in-time, then the payment method is not supported.]
expected: FAIL
[If CanMakePaymentEvent.respondWith(false) is called, then canMakePayment() still returns true and the app can still be invoked.]
expected: FAIL
[If CanMakePaymentEvent.respondWith(Promise.resolve(false)) is called, then canMakePayment() still returns true and the app can still be invoked.]
expected: FAIL
[If CanMakePaymentEvent.respondWith(true) is called, then canMakePayment() returns true and the app can be invoked.]
expected: FAIL
[If CanMakePaymentEvent.respondWith(Promise.resolve(true)) is called, then canMakePayment() returns true and the app can be invoked.]
expected: FAIL
[If CanMakePaymentEvent.respondWith(Promise.reject(error)) is called, then canMakePayment() still returns true and the app can still be invoked.]
expected: FAIL