diff options
Diffstat (limited to 'npm_assets/node_modules/html5shiv/test/html5shiv.html')
| -rw-r--r-- | npm_assets/node_modules/html5shiv/test/html5shiv.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/npm_assets/node_modules/html5shiv/test/html5shiv.html b/npm_assets/node_modules/html5shiv/test/html5shiv.html new file mode 100644 index 0000000..28e20c0 --- /dev/null +++ b/npm_assets/node_modules/html5shiv/test/html5shiv.html @@ -0,0 +1,71 @@ +<!doctype html> +<html lang="en" dir="ltr" id="html"> + <head> + <meta charset="utf-8"> + <title>html5shiv Test Suite</title> + <style> + body { + background: url(data/body-crash.jpg) no-repeat -999px -999px; + } + article { + border: 2px solid #8C8; + } + </style> + <link rel="stylesheet" media="screen" href="qunit/qunit.css"> + <script src="../src/html5shiv-printshiv.js"></script> + + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.js"></script> + + <script src="qunit/qunit.js"></script> + + <script src="unit/tests.js"></script> + </head> + <body id="body"> + <h1 id="qunit-header">html5shiv Test Suite</h1> + <h2 id="qunit-banner"></h2> + <div id="qunit-testrunner-toolbar"></div> + <h2 id="qunit-userAgent"></h2> + <ol id="qunit-tests"></ol> + + <iframe class="test-frame" src="data/iframed-tests.html?disableMethodsBefore"></iframe> + <iframe class="test-frame" src="data/iframed-tests.html?disableMethodsAfter"></iframe> + <iframe class="test-frame" src="data/iframed-tests.html?addUnknownBefore"></iframe> + <iframe class="test-frame" src="data/iframed-tests.html?addUnknownAfter"></iframe> + <iframe class="test-frame" src="data/iframed-tests.html?disableCSS"></iframe> + <iframe class="test-frame" src="data/iframed-tests.html?noEmbed"></iframe> + + + <div id="qunit-fixture"> + <abcxyz> + <div class="inside"></div> + </abcxyz> + <article> + <div class="inside"></div> + </article> + <aside> + <div class="inside"></div> + </aside> + <figcaption> + <div class="inside"></div> + </figcaption> + <figure> + <div class="inside"></div> + </figure> + <footer> + <div class="inside"></div> + </footer> + <header> + <div class="inside"></div> + </header> + <hgroup> + <div class="inside"></div> + </hgroup> + <nav> + <div class="inside"></div> + </nav> + <section> + <div class="inside"></div> + </section> + </div> + </body> +</html>
\ No newline at end of file |
