mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 497844, use focus event instead of load event, r=gavin
This commit is contained in:
parent
4f5268fdc2
commit
0bf0eb9696
@ -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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user