]> source.dussan.org Git - jquery.git/commitdiff
Tests: Remove html5 shiv
authorDave Methvin <dave.methvin@gmail.com>
Fri, 10 Jan 2014 03:36:07 +0000 (22:36 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Fri, 10 Jan 2014 03:36:07 +0000 (22:36 -0500)
test/index.html

index 9cdfb08d85a808553beb3e90aaca0634b3f35ab6..2b48be4e1bf1a82c3e876f639b32d1699ac8eac5 100644 (file)
        <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