Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <script src="../../../dojo.js"></script> |
---|
4 | <script type="text/javascript"> |
---|
5 | dojo.registerModulePath('test', './tests/_base/loader/14808'); |
---|
6 | dojo.require('test.App'); |
---|
7 | |
---|
8 | (function(){ |
---|
9 | var success = 0; |
---|
10 | setTimeout(function() {!success && (dojo.byId("result").innerHTML = "FAILED");}, 1000); |
---|
11 | dojo.ready(function(){ |
---|
12 | success = 1; |
---|
13 | dojo.byId("result").innerHTML= "it worked OK" |
---|
14 | }); |
---|
15 | })(); |
---|
16 | </script> |
---|
17 | </head> |
---|
18 | <body> |
---|
19 | <h1>Ticket 14808 verification</h1> |
---|
20 | <p id="result"> |
---|
21 | loading.. |
---|
22 | </p> |
---|
23 | </body> |
---|
24 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.