If request.[[state]] is "closed", then return a promise rejected with an "InvalidStateError" DOMException. |
|
Issue descriptionURL: https://w3c-test.org/payment-request/payment-request-canmakepayment-method.https.html Description: If request.[[state]] is "closed", then return a promise rejected with an "InvalidStateError" DOMException. Expected: After PaymentRequest.abort() resolves, PaymentRequest.canMakePayment() should reject with InvalidStateError. Observed: Rejects with AbortError. Code: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp?rcl=1eafc9c10e7b7eb5590b3083ec594b99baaea9ae&l=885 |
|
►
Sign in to add a comment |
|
Comment 1 by rouslan@chromium.org
, Sep 20 2017