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
parent 4f5268fdc2
commit 0bf0eb9696

View File

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