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:
Alexander Surkov 2009-10-31 09:55:40 +08:00
Родитель 54569e57ab
Коммит 72ff843d63
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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>