зеркало из https://github.com/mozilla/gecko-dev.git
Bug 525175 - Intermittent timeout in test_name_nsRootAcc.xul followed by thousands of nsIAccessibleEvent is not defined errors, r=marcoz
This commit is contained in:
Родитель
54569e57ab
Коммит
72ff843d63
|
@ -77,7 +77,7 @@
|
|||
|
||||
const Ci = Components.interfaces;
|
||||
|
||||
function onload()
|
||||
function doTest()
|
||||
{
|
||||
var tabBrowser = document.getElementById("content");
|
||||
tabBrowser.loadURI("about:");
|
||||
|
@ -88,6 +88,8 @@
|
|||
gQueue.onFinish = function() { window.close(); }
|
||||
gQueue.invoke();
|
||||
}
|
||||
|
||||
gOpenerWnd.addA11yLoadEvent(doTest);
|
||||
]]>
|
||||
</script>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче