|
1 <?xml version="1.0"?> |
|
2 <!-- |
|
3 Any copyright is dedicated to the Public Domain. |
|
4 http://creativecommons.org/publicdomain/zero/1.0/ |
|
5 --> |
|
6 <window title="Testing async I/O with OS.File" |
|
7 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
|
8 onload="test();"> |
|
9 |
|
10 <script type="application/javascript" |
|
11 src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/> |
|
12 <script type="application/javascript" |
|
13 src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"/> |
|
14 <script type="application/javascript" |
|
15 src="main_test_osfile_async.js"/> |
|
16 |
|
17 <body xmlns="http://www.w3.org/1999/xhtml"> |
|
18 <p id="display"></p> |
|
19 <div id="content" style="display:none;"></div> |
|
20 <pre id="test"></pre> |
|
21 </body> |
|
22 <label id="test-result"/> |
|
23 </window> |