mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 13:11:03 +00:00
71 lines
1.9 KiB
HTML
71 lines
1.9 KiB
HTML
<!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> |