mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 8ba782c9d5a545b850cd8920032cb14cfbab2c35
This commit is contained in:
parent
b17a302356
commit
986610f6ed
91 changed files with 1030 additions and 429 deletions
|
@ -7,13 +7,14 @@
|
|||
|
||||
idl_test(
|
||||
['audio-output'],
|
||||
['html', 'dom'],
|
||||
['mediacapture-streams', 'html', 'dom'],
|
||||
idl_array => {
|
||||
self.audio = document.createElement('audio');
|
||||
self.video = document.createElement('video');
|
||||
idl_array.add_objects({
|
||||
HTMLAudioElement: ['audio'],
|
||||
HTMLVideoElement: ['video']
|
||||
HTMLVideoElement: ['video'],
|
||||
MediaDevices: ['navigator.mediaDevices'],
|
||||
});
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue