forked from bitovi/funcunit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqunit.html
More file actions
24 lines (21 loc) · 711 Bytes
/
qunit.html
File metadata and controls
24 lines (21 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<link rel="stylesheet" type="text/css" href="qunit/qunit.css" />
<title>QUnit Test</title>
<style>
</style>
</head>
<body>
<h1 id="qunit-header">Syn Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<div id="test-content"></div>
<div>NOTE: This test only works in Chrome/Safari from a server, not from localhost</div>
<ol id="qunit-tests"></ol>
<div id='syntheticSupport'></div>
<div id="qunit-test-area"></div>
<div id="mlog"></div>
<script type='text/javascript' src='../steal/steal.js?funcunit/test/qunit'></script>
</body>
</html>