comparison: toolkit/content/tests/reftests/bug-442419-progressmeter-max.xul
toolkit/content/tests/reftests/bug-442419-progressmeter-max.xul
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 <?xml version="1.0"?> |
|
2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> |
|
3 |
|
4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
|
5 <progressmeter max="198" value="99"/> <!-- 50% --> |
|
6 </window> |
|
7 |