source: sandbox/jabberit_messenger/trophy_expresso/strophejs/tests/strophe.html @ 2397

Revision 2397, 721 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Importacao do modulo trophy integrado ao expresso.

  • Property svn:executable set to *
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html>
3  <head>
4    <script src="http://code.jquery.com/jquery-latest.js"></script>
5    <link rel="stylesheet"
6          href="http://jqueryjs.googlecode.com/svn/trunk/qunit/qunit.css"
7          type="text/css">
8    <script src="http://jqueryjs.googlecode.com/svn/trunk/qunit/qunit.js"></script>
9   
10    <script src='../strophe.js'></script>
11    <script src='tests.js'></script>
12   
13    <title>Strophe.js Tests</title>
14  </head>
15  <body>
16    <h1 id="qunit-header">Strophe.js Tests</h1>
17    <h2 id="qunit-banner"></h2>
18    <h2 id="qunit-userAgent"></h2>
19    <ol id="qunit-tests"></ol>
20    <div id="main"></div>
21  </body>
22</html>
Note: See TracBrowser for help on using the repository browser.