mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision 9614def367ae8af8247142c34b00f755863d2fbb
This commit is contained in:
parent
6cb39fad47
commit
968ce5b5b3
48 changed files with 919 additions and 130 deletions
|
@ -197,8 +197,8 @@ interface PaymentMethodChangeEvent : PaymentRequestUpdateEvent {
|
|||
};
|
||||
|
||||
dictionary PaymentMethodChangeEventInit : PaymentRequestUpdateEventInit {
|
||||
required DOMString methodName;
|
||||
object? methodDetails;
|
||||
DOMString methodName = "";
|
||||
object? methodDetails = null;
|
||||
};
|
||||
|
||||
[Constructor(DOMString type, optional PaymentRequestUpdateEventInit eventInitDict), SecureContext, Exposed=Window]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue