tip
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | |
|---|
| 3 | <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
|---|
| 4 | |
|---|
| 5 | <window |
|---|
| 6 | id = "testing" |
|---|
| 7 | windowtype = "testing" |
|---|
| 8 | title = "Testing Suite" |
|---|
| 9 | width = "370" |
|---|
| 10 | minwidth = "370" |
|---|
| 11 | minheight = "670" |
|---|
| 12 | height = "670" |
|---|
| 13 | onload = "" |
|---|
| 14 | persist = "screenX screenY width height" |
|---|
| 15 | |
|---|
| 16 | xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
|---|
| 17 | |
|---|
| 18 | <script type="application/x-javascript" src="chrome://xulchat/content/jsunit/app/jsUnitCore.js"/> |
|---|
| 19 | |
|---|
| 20 | <script type="application/x-javascript" src="chrome://xulchat/content/global.js"/> |
|---|
| 21 | <script type="application/x-javascript" src="chrome://xulchat/content/testing/testing.js"/> |
|---|
| 22 | |
|---|
| 23 | <script type="application/x-javascript">tt.Init(); tt.Run();</script> |
|---|
| 24 | |
|---|
| 25 | <script type="application/x-javascript" src="chrome://xulchat/content/testing/accounts.js"/> |
|---|
| 26 | |
|---|
| 27 | <!-- |
|---|
| 28 | <script type="application/x-javascript" src="chrome://xulchat/content/testing/contacts.js"/> |
|---|
| 29 | <script type="application/x-javascript" src="chrome://xulchat/content/testing/chat.js"/> |
|---|
| 30 | --> |
|---|
| 31 | |
|---|
| 32 | </window> |
|---|
Note: See
TracBrowser
for help on using the repository browser.