mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
Update web-platform-tests to revision b'99458bfd6e43f5842a4a510cc5adfd8185e5c64c'
This commit is contained in:
@@ -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(_ => {
|
||||
|
||||
Reference in New Issue
Block a user