ref: master
public/javascripts/vendor/strophejs-1.1.3/tests/strophe.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<!DOCTYPE html> <html> <head> <script> <!-- // remove Function.prototype.bind so we can test Strophe's Function.prototype.bind = undefined; // --> </script> <script src="http://code.jquery.com/jquery-latest.js"></script> <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css" type="text/css"> <script src="http://code.jquery.com/qunit/qunit-git.js"></script> <script src="http://cjohansen.no/sinon/releases/sinon-0.8.0.js"></script> <script src="http://cjohansen.no/sinon/releases/sinon-qunit-0.8.0.js"></script> <script src='../strophe.js'></script> <script src='tests.js'></script> <title>Strophe.js Tests</title> </head> <body> <h1 id="qunit-header">Strophe.js Tests</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="main"></div> </body> </html> |