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

git-svn-id: svn://10.0.0.236/trunk@230574 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
enndeakin%sympatico.ca
2007-07-21 20:00:04 +00:00
parent 1c7c2e5ff8
commit eb6ff80901
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"/>