mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision b'99458bfd6e43f5842a4a510cc5adfd8185e5c64c'
This commit is contained in:
parent
eac515e4ab
commit
ec97b29ff1
334 changed files with 5735 additions and 3175 deletions
|
@ -22,6 +22,7 @@ function testSharedArrayBufferDescription(t, useView) {
|
|||
const data = testData;
|
||||
|
||||
// Don't run test if the codec is not supported.
|
||||
assert_equals("function", typeof VideoDecoder.isConfigSupported);
|
||||
let supported = false;
|
||||
return VideoDecoder.isConfigSupported({codec: data.config.codec})
|
||||
.catch(_ => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue