-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_wm.html
More file actions
19 lines (19 loc) · 809 Bytes
/
test_wm.html
File metadata and controls
19 lines (19 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
<head>
<title>Console Tests</title>
<link rel="stylesheet" href="file:///home/troels/web-console/new_console/qunit/qunit/qunit.css"></link>
<script src="file:///home/troels/web-console/new_console/jquery-1.4.2.min.js"></script>
<script src="file:///home/troels/web-console/new_console/qunit/qunit/qunit.js"></script>
<script src="file:///home/troels/web-console/new_console/wm2.js"></script>
<script src="file:///home/troels/web-console/new_console/wm_tests.js"></script>
</head>
<body>
<h1 id="qunit-header">Console 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>
</html>