-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
32 lines (24 loc) · 1.53 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="style/qunit.css" rel="stylesheet" type="text/css"/>
<script src="js_test/qunit.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<!--<script src="js_test/bakedGoods_test_cookies.js" type="text/javascript"></script>-->
<!--<script src="js_test/bakedGoods_test_userData.js" type="text/javascript"></script>-->
<!--<script src="js_test/bakedGoods_test_webStorage.js" type="text/javascript"></script>-->
<!--<script src="js_test/bakedGoods_test_webSQL.js" type="text/javascript"></script>-->
<!--<script src="js_test/bakedGoods_test_indexedDB.js" type="text/javascript"></script>-->
<!--<script src="js_test/bakedGoods_test_fileSystem.js" type="text/javascript"></script>-->
<!--<script src="js_test/bakedGoods_test_externalStorageOperationUtilities.js" type="text/javascript"></script>-->
<!--<script src="js_test/bakedGoods_test_silverlight.js" type="text/javascript"></script>-->
<!--<script src="js_test/bakedGoods_test_flash.js" type="text/javascript" ></script>-->
<!--<script src='js_test/bakedGoods_test_expirationDataOperationUtilities.js' type="text/javascript"></script>-->
<!--<script src='js_test/bakedGoods_test_generalStorageOperationUtilities.js' type="text/javascript"></script>-->
</body>
</html>