зеркало из https://github.com/mozilla/gecko-dev.git
Bug 827541 follow-up: Make sure that the test case actually instantiates an AudioContext object the first time, as opposed to just access the constructor function through a property access
This commit is contained in:
Родитель
9c6ad14ea6
Коммит
e49fd43e10
|
@ -13,7 +13,7 @@
|
|||
var iframe = document.createElementNS("http://www.w3.org/1999/xhtml", "iframe");
|
||||
document.body.appendChild(iframe);
|
||||
var frameWin = iframe.contentWindow;
|
||||
frameWin.mozAudioContext;
|
||||
frameWin.mozAudioContext();
|
||||
document.body.removeChild(iframe);
|
||||
frameWin.mozAudioContext();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче