Tests: Remove html5 shiv

This commit is contained in:
Dave Methvin 2014-01-09 22:36:07 -05:00
parent 6de1d973a4
commit 6bff3bf7d7

View File

@ -27,13 +27,6 @@
<script src="jquery.js"></script>
<script>
// html5shiv, enabling HTML5 elements to be used with jQuery
( "abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup " +
"mark meter nav output progress section summary time video"
).replace(/\w+/g, function(n) {
document.createElement(n);
});
// Load tests if they have not been loaded
// This is in a different script tag to ensure that
// jQuery is on the page when the testrunner executes