forked from leonidas/transparency
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPerformanceSpecRunner.html
More file actions
35 lines (20 loc) · 841 Bytes
/
PerformanceSpecRunner.html
File metadata and controls
35 lines (20 loc) · 841 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
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner</title>
<link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css">
<script src="./.grunt/grunt-contrib-jasmine/jasmine.js"></script>
<script src="./.grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
<script src="./spec/lib/jquery-1.9.1.min.js"></script>
<script src="./spec/lib/benchmark.js"></script>
<script src="./spec/lib/handlebars.js"></script>
<script src="./spec/specHelper.js"></script>
<script src="./dist/transparency.js"></script>
<script src="./spec/performanceSpec.js"></script>
<script src="./.grunt/grunt-contrib-jasmine/reporter.js"></script>
<script src="./.grunt/grunt-contrib-jasmine/jasmine-helper.js"></script>
</head>
<body>
</body>
</html>