-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
29 lines (28 loc) · 1.21 KB
/
test.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Workshop Test Suite</title>
<link rel="stylesheet" media="screen" href="lib/qunit/css/qunit.css" />
<script type="text/javascript" src="Infusion.js"></script>
<script type="text/javascript" src="lib/qunit/js/qunit.js"></script>
<script type="text/javascript" src="lib/jqUnit/js/jqUnit.js"></script>
<script type="text/javascript" src="test.js"></script>
</head>
<body>
<h1 id="qunit-header">Workshop Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"><li></li></ol>
<!-- Test HTML -->
<div id="main">
<div class="view-component">
<span class="internal-selector"></span>
</div>
<div class="renderer-component">
<input type="text" class="internal-selector" />
</div>
</div>
</body>
</html>