mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision abd18b3e018d25ed668d179c905b7869dca5e239
This commit is contained in:
parent
908a642063
commit
158f7eec0e
117 changed files with 2997 additions and 434 deletions
|
@ -31,7 +31,7 @@ function validateRtpCapabilities(capabilities) {
|
|||
validateCodecCapability(codec);
|
||||
}
|
||||
|
||||
assert_greater_than(capabilities.codec, 0,
|
||||
assert_greater_than(capabilities.codecs.length, 0,
|
||||
'Expect at least one codec capability available');
|
||||
|
||||
assert_array_field(capabilities, 'headerExtensions');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue