forked from CesiumGS/cesium
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSpecRunner.html
25 lines (19 loc) · 928 Bytes
/
SpecRunner.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner v2.2.0</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="Data/Fonts/OpenSans-Main.css">
<link rel="shortcut icon" type="image/png" href="../ThirdParty/jasmine-2.2.0/jasmine_favicon.png">
<link rel="stylesheet" href="../ThirdParty/jasmine-2.2.0/jasmine.css">
<link rel="stylesheet" href="CesiumJasmineHtml.css">
<script src="../ThirdParty/jasmine-2.2.0/jasmine.js"></script>
<script src="../ThirdParty/jasmine-2.2.0/jasmine-html.js"></script>
<script type="text/javascript" src="SpecList.js"></script>
<script type="text/javascript" data-main="spec-main" src="../ThirdParty/requirejs-2.1.20/require.js"></script>
</head>
<body>
<span style="font-family: 'Open Sans'; position: absolute; visibility: hidden;"> </span>
</body>
</html>