Update web-platform-tests to revision 8ba782c9d5a545b850cd8920032cb14cfbab2c35

This commit is contained in:
WPT Sync Bot 2020-07-17 08:20:46 +00:00
parent b17a302356
commit 986610f6ed
91 changed files with 1030 additions and 429 deletions

View file

@ -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'],
});
}
);