diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2011-12-18 10:54:30 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-01-11 22:16:30 -0500 |
commit | d07116a9525f039d7a2a2e080f468d8ddbc283a7 (patch) | |
tree | 85f2e152e78fa44350e64e036234e843cbe01e9a /test/index.html | |
parent | 491d7e219b595f8f4be1087ec73c256e1849711e (diff) | |
download | jquery-d07116a9525f039d7a2a2e080f468d8ddbc283a7.tar.gz jquery-d07116a9525f039d7a2a2e080f468d8ddbc283a7.zip |
Adds 'bdi' and 'data' to shim list and test runner. Fixes #11055
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index 6ad1df111..c1320ccad 100644 --- a/test/index.html +++ b/test/index.html @@ -34,7 +34,7 @@ <script> // html5shiv, enabling HTML5 elements to be used with jQuery - ( "abbr article aside audio canvas details figcaption figure footer header hgroup " + + ( "abbr article aside audio bdi canvas data details figcaption figure footer header hgroup " + "mark meter nav output progress section summary time video" ).replace(/\w+/g, function(n) { document.createElement(n); |