diff options
Diffstat (limited to 'tests/wpt/tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html')
-rw-r--r-- | tests/wpt/tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html b/tests/wpt/tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html index 56d0787b767..1099ee8d244 100644 --- a/tests/wpt/tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html +++ b/tests/wpt/tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html @@ -3,7 +3,7 @@ <!-- Tests that a create MediaElementSourceNode that is passed through a script processor passes the stream data. -The the script processor saves the input buffers it gets to a temporary +The script processor saves the input buffers it gets to a temporary array, and after the playback has stopped, the contents are compared to those of a loaded AudioBuffer with the same source. |