Update web-platform-tests to revision 122a4672fa0dc554a6e7528fa3487fd907c792ee

This commit is contained in:
WPT Sync Bot 2019-03-23 21:54:52 -04:00
parent fb1123495f
commit 93d826f7ba
301 changed files with 4775 additions and 1769 deletions

View file

@ -3,6 +3,6 @@
// (https://github.com/tidoust/reffy-reports)
// Source: Secure Contexts (https://w3c.github.io/webappsec-secure-contexts/)
partial interface WindowOrWorkerGlobalScope {
partial interface mixin WindowOrWorkerGlobalScope {
readonly attribute boolean isSecureContext;
};

View file

@ -183,7 +183,7 @@ dictionary RTCIceCandidateInit {
DOMString candidate = "";
DOMString? sdpMid = null;
unsigned short? sdpMLineIndex = null;
DOMString usernameFragment;
DOMString? usernameFragment = null;
};
enum RTCIceProtocol {
@ -496,7 +496,7 @@ partial interface RTCPeerConnection {
attribute EventHandler ondatachannel;
};
[Exposed=Window] interface RTCSctpTransport {
[Exposed=Window] interface RTCSctpTransport : EventTarget {
readonly attribute RTCDtlsTransport transport;
readonly attribute RTCSctpTransportState state;
readonly attribute unrestricted double maxMessageSize;