You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.6 KiB
HTML
54 lines
1.6 KiB
HTML
<!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>
|
|
</head>
|
|
<body>
|
|
<span
|
|
style="font-family: 'Open Sans'; position: absolute; visibility: hidden"
|
|
> </span
|
|
>
|
|
<script>
|
|
if (window.location.search.indexOf("built") !== -1) {
|
|
if (window.location.search.indexOf("release") !== -1) {
|
|
document.write('<script src="../Build/Cesium/Cesium.js"><\/script>');
|
|
} else {
|
|
document.write(
|
|
'<script src="../Build/CesiumUnminified/Cesium.js"><\/script>'
|
|
);
|
|
}
|
|
document.write('<script src="../Build/Specs/spec-main.js"><\/script>');
|
|
document.write('<script src="../Build/Specs/Specs.js"><\/script>');
|
|
} else {
|
|
window.CESIUM_BASE_URL = "../Source/";
|
|
document.write('<script type="module" src="spec-main.js"><\/script>');
|
|
}
|
|
</script>
|
|
<script>
|
|
if (window.location.search.indexOf("built") !== -1) {
|
|
jasmine.getEnv().execute();
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|