mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 389082, adjust progressmeter test so that it actually runs, r=mano
This commit is contained in:
parent
7b793ae7ab
commit
ee65fc700f
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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"/>
|
Loading…
Reference in New Issue
Block a user