Update web-platform-tests to revision 9fc797e6e5fb7d244dfb5b5125886c01f8cedf2b

This commit is contained in:
WPT Sync Bot 2019-02-05 21:00:19 -05:00
parent b7e9bab267
commit 6dda93c6e2
55 changed files with 646 additions and 128 deletions

View file

@ -21,7 +21,7 @@ enum MediaSessionAction {
"seekforward",
"previoustrack",
"nexttrack",
"skip-ad",
"skipad",
};
callback MediaSessionActionHandler = void();

View file

@ -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;
};