mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
Update web-platform-tests to revision 06f77f6bfaa86f3643a79f1ec2c49c6b6955cf18
This commit is contained in:
parent
1981efcc35
commit
c6c4fb2f7a
108 changed files with 2090 additions and 138 deletions
|
@ -33,6 +33,8 @@ promise_test(function() {
|
|||
assert_equals(typeof capabilities.groupId, "string", "groupId must be a string.");
|
||||
if (mediainfo.kind == "audioinput") {
|
||||
assert_equals(typeof capabilities.echoCancellation, "object", "echoCancellation must be an object.");
|
||||
assert_equals(typeof capabilities.autoGainControl, "object", "autoGainControl must be an object.");
|
||||
assert_equals(typeof capabilities.noiseSuppression, "object", "noiseSuppression must be an object.");
|
||||
}
|
||||
if (mediainfo.kind == "videoinput") {
|
||||
assert_equals(typeof capabilities.facingMode, "object", "facingMode must be an object.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue