-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
19 lines (17 loc) · 873 Bytes
/
Copy pathtest.html
File metadata and controls
19 lines (17 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Unit Tests</title>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.14.0.css"/>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="//code.jquery.com/qunit/qunit-1.14.0.js" type="text/javascript"></script>
<script src="filesystem.deferred.js" type="text/javascript"></script>
<script src="filesystem.deferred.test.js" type="text/javascript"></script>
<script src="sqldatabase.deferred.js" type="text/javascript"></script>
<script src="sqldatabase.deferred.test.js" type="text/javascript"></script>
</body>
</html>