mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update web-platform-tests to revision 527a9287825118957bb7d94c098c448cef9d6982
This commit is contained in:
parent
b876168721
commit
ed25f52f43
289 changed files with 4880 additions and 2539 deletions
|
@ -6,3 +6,13 @@
|
|||
partial interface MediaStreamTrack {
|
||||
attribute DOMString contentHint;
|
||||
};
|
||||
|
||||
enum RTCDegradationPreference {
|
||||
"maintain-framerate",
|
||||
"maintain-resolution",
|
||||
"balanced"
|
||||
};
|
||||
|
||||
partial dictionary RTCRtpSendParameters {
|
||||
RTCDegradationPreference degradationPreference;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue