mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision 9fc797e6e5fb7d244dfb5b5125886c01f8cedf2b
This commit is contained in:
parent
b7e9bab267
commit
6dda93c6e2
55 changed files with 646 additions and 128 deletions
|
@ -21,7 +21,7 @@ enum MediaSessionAction {
|
|||
"seekforward",
|
||||
"previoustrack",
|
||||
"nexttrack",
|
||||
"skip-ad",
|
||||
"skipad",
|
||||
};
|
||||
|
||||
callback MediaSessionActionHandler = void();
|
||||
|
|
|
@ -628,7 +628,7 @@ enum RTCErrorDetailType {
|
|||
};
|
||||
|
||||
[Exposed=Window,
|
||||
Constructor(DOMString type, RTCErrorEventInit eventInitDict)]
|
||||
Constructor(DOMString type, optional RTCErrorEventInit eventInitDict)]
|
||||
interface RTCErrorEvent : Event {
|
||||
readonly attribute RTCError? error;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue