diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2014-01-09 22:36:07 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-01-09 22:36:07 -0500 |
commit | 6bff3bf7d72383c1458004d4aae454b61caa400f (patch) | |
tree | e4c582ff5a5c0565bde9a0a735a0912fd4a9a614 | |
parent | 6de1d973a436282af7dfe3072924016c3cdc1984 (diff) | |
download | jquery-6bff3bf7d72383c1458004d4aae454b61caa400f.tar.gz jquery-6bff3bf7d72383c1458004d4aae454b61caa400f.zip |
Tests: Remove html5 shiv
-rw-r--r-- | test/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/index.html b/test/index.html index 9cdfb08d8..2b48be4e1 100644 --- a/test/index.html +++ b/test/index.html @@ -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 |