Bug 1577113 [wpt PR 18721] - Remove unused objects from media-source idlharness test., a=testonly

Automatic update from web-platform-tests
Remove unused objects from media-source idlharness test. (#18721)

--

wpt-commits: e751a174f86d4ef50627c30147387f80a62c89a4
wpt-pr: 18721
This commit is contained in:
Ms2ger 2019-09-02 12:23:13 +00:00 committed by moz-wptsync-bot
parent 872e035074
commit 5cd50a0dbb

View File

@ -10,8 +10,6 @@ idl_test(
['media-source'],
['dom', 'html', 'url'],
async idl_array => {
self.audio = document.createElement('audio');
self.video = document.createElement('video');
idl_array.add_objects({
MediaSource: ['mediaSource'],
SourceBuffer: ['sourceBuffer'],