mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 122a4672fa0dc554a6e7528fa3487fd907c792ee
This commit is contained in:
parent
fb1123495f
commit
93d826f7ba
301 changed files with 4775 additions and 1769 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue