Bug 1115084 - test_focus_anons.xul fails when run as a standalone directory. r=enndeakin

This commit is contained in:
Joel Maher 2015-01-26 07:46:00 -05:00
parent e65d039106
commit 13c79a5c9f

View File

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