2015-07-23 08:53:56 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>LOOL Spec Runner</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../node_modules/mocha/mocha.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="../dist/leaflet.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="../src/scrollbar/jquery.mCustomScrollbar.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="../dist/dialog/vex.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="../dist/dialog/vex-theme-plain.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="mocha"></div>
|
|
|
|
<script src="expect.js"></script>
|
|
|
|
<script type="text/javascript" src="../node_modules/mocha/mocha.js"></script>
|
|
|
|
<script type="text/javascript" src="../node_modules/happen/happen.js"></script>
|
|
|
|
<script type="text/javascript" src="sinon.js"></script>
|
|
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
|
|
<script>window.jQuery || document.write('<script src="../src/scrollbar/jquery-1.11.0.min.js"><\/script>')</script>
|
|
|
|
<script src="../src/scrollbar/jquery.mCustomScrollbar.js"></script>
|
|
|
|
<script src="../dist/dialog/vex.combined.min.js"></script>
|
|
|
|
<script>vex.defaultOptions.className = 'vex-theme-plain';</script>
|
|
|
|
|
|
|
|
<!-- source files -->
|
|
|
|
<script type="text/javascript" src="../build/deps.js"></script>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="../debug/leaflet-include.js"></script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
mocha.setup({
|
|
|
|
ui: 'bdd',
|
|
|
|
ignoreLeaks: true
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- spec files -->
|
|
|
|
<script type="text/javascript" src="tilebench/TileBenchSpec.js"></script>
|
|
|
|
|
2015-07-27 02:34:07 -05:00
|
|
|
<div id="toolbar" style="hidden">
|
|
|
|
</div>
|
2015-07-23 08:53:56 -05:00
|
|
|
<div id="document-container" style="top:300px">
|
|
|
|
<div id="map"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
(window.mochaPhantomJS || window.mocha).run();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|