Bug 497844, use focus event instead of load event, r=gavin

This commit is contained in:
Neil Deakin 2009-07-23 10:39:07 -04:00
Родитель 3ae4466a2b
Коммит 1076bf5866
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3,7 +3,7 @@
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
<window title="Panel Focus Tests"
onload="setTimeout(showPanel, 0)"
onfocus="setTimeout(showPanel, 0)"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">