18 lines
747 B
HTML
18 lines
747 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="http://code.jquery.com/qunit/git/qunit.css" type="text/css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">Table Tests</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture">test markup, will be hidden</div>
|
|
</body>
|
|
<script src="http://code.jquery.com/jquery-latest.js"></script>
|
|
<script type="text/javascript" src="http://code.jquery.com/qunit/git/qunit.js"></script>
|
|
<script type="text/javascript" src="../tabs.js"></script>
|
|
<script type="text/javascript" src="tests.js"></script>
|
|
</html> |