mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision 3bfdeb8976fc51748935c8d1f1014dfba8e08dfb
This commit is contained in:
parent
fcd6beb608
commit
cb63cfd5c7
185 changed files with 3083 additions and 1074 deletions
|
@ -16,12 +16,14 @@ partial dictionary MediaTrackSupportedConstraints {
|
|||
boolean displaySurface = true;
|
||||
boolean logicalSurface = true;
|
||||
boolean cursor = true;
|
||||
boolean restrictOwnAudio = true;
|
||||
};
|
||||
|
||||
partial dictionary MediaTrackConstraintSet {
|
||||
ConstrainDOMString displaySurface;
|
||||
ConstrainBoolean logicalSurface;
|
||||
ConstrainDOMString cursor;
|
||||
ConstrainBoolean restrictOwnAudio;
|
||||
};
|
||||
|
||||
partial dictionary MediaTrackSettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue