Bug 389082, adjust progressmeter test so that it actually runs, r=mano

This commit is contained in:
enndeakin@sympatico.ca 2007-07-21 13:00:04 -07:00
parent 7b793ae7ab
commit ee65fc700f
3 changed files with 4 additions and 6 deletions

View File

@ -54,7 +54,6 @@ _TEST_FILES = bug288254_window.xul \
test_bug366992.xul \
bug331215_window.xul \
test_bug331215.xul \
widget_progressmeter.xul \
$(NULL)
libs:: $(_TEST_FILES)

View File

@ -50,6 +50,7 @@ _TEST_FILES = test_bug360220.xul \
test_colorpicker_popup.xul \
test_popup_coords.xul \
test_popup_recreate.xul \
test_progressmeter.xul \
$(NULL)
libs:: $(_TEST_FILES)

View File

@ -1,16 +1,14 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
<?xml-stylesheet href="/tests/SimpleTest/test.css" type="text/css"?>
<!--
XUL Widget Test for progressmeter
-->
<window title="Progressmeter" width="500" height="600"
onload="doTests()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/javascript"
src="chrome://mochikit/content/MochiKit/packed.js"></script>
<script type="application/javascript"
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<script type="application/javascript" src="/MochiKit/packed.js"></script>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<progressmeter id="n1"/>
<progressmeter id="n2" mode="undetermined"/>