Current File : /home/jvzmxxx/wiki1/extensions/Maps/includes/services/Leaflet/leaflet-providers/tests/index.html
<html>
<head>
	<meta charset="utf-8">
	<title>leaflet-poviders Mocha Tests</title>
	<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
	<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-rc.1/leaflet.css" />

	<!--[if lte IE 8]>
	<link rel="stylesheet" href="../node_modules/dist/leaflet.ie.css" />
	<![endif]-->
	<style>
		#map {
			width: 100%;
			height: 200px;
		}
	</style>
</head>
<body>
	<div id="mocha"></div>
	<div id="map"></div>

	<script src="../node_modules/chai/chai.js"></script>
	<script src="../node_modules/mocha/mocha.js"></script>

	<script src="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-rc.1/leaflet-src.js"></script>
	<script src="../leaflet-providers.js"></script>
	<script src="../preview/shared.js"></script>

	<script>
		mocha.setup('bdd');
	</script>

	<script src="test.js"></script>

	<script>
		mocha.checkLeaks();
		if (window.mochaPhantomJS) {
			mochaPhantomJS.run();
		} else {
			mocha.run();
		}
	</script>
</body>
</html>