mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1115084 - test_focus_anons.xul fails when run as a standalone directory. r=enndeakin
This commit is contained in:
parent
e65d039106
commit
13c79a5c9f
@ -3,7 +3,7 @@
|
||||
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
|
||||
|
||||
<window title="Tests for focus on elements with anonymous focusable children"
|
||||
onload="setTimeout(runTests, 0);"
|
||||
onload="SimpleTest.waitForFocus(runTests);"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user