Update web-platform-tests to revision 16c99fc3f05855a7d7d19397a19f49d2dbf429b9

This commit is contained in:
WPT Sync Bot 2020-10-06 08:21:53 +00:00 committed by Josh Matthews
parent 28cbee585d
commit 454002ec4e
359 changed files with 6838 additions and 1401 deletions

View file

@ -16,8 +16,6 @@ interface PaymentRequest : EventTarget {
Promise<undefined> abort();
[NewObject]
Promise<boolean> canMakePayment();
[NewObject]
Promise<boolean> hasEnrolledInstrument();
readonly attribute DOMString id;
readonly attribute PaymentAddress? shippingAddress;