Merge pull request #5997 from marcjansen/ms-edge-URL-polyfill

Always load a gated URL polyfill when testing
This commit is contained in:
Marc Jansen
2016-10-19 17:10:09 +02:00
committed by GitHub

View File

@@ -15,7 +15,9 @@
<script type="text/javascript" src="../node_modules/mocha/mocha.js"></script>
<script type="text/javascript" src="../node_modules/proj4/dist/proj4.js"></script>
<script type="text/javascript" src="test-extensions.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL"></script>
<!-- load polyfills: Always load the URL polyfill in a gated form so that
MS Edge has it -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL|always|gated"></script>
<script>
if (typeof initMochaPhantomJS === 'function') {
initMochaPhantomJS()