gecko-dev/toolkit/components/microformats/test/static/testrunner.html

69 lines
No EOL
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Microformats Test Suite</title>
<link rel="stylesheet" href="css/testrunner.css">
<link rel="stylesheet" href="css/prettify.css">
<script src="../../thirdparty/es5-shim.min.js"></script>
<script src="../../microformat-shiv.js"></script>
<script src="javascript/DOMParser.js"></script>
<script src="javascript/data.js"></script>
<script src="javascript/beautify.js"></script>
<script src="javascript/prettify.js"></script>
<script src="javascript/deep-diff-0.3.1.min.js"></script>
<script src="javascript/testrunner.js"></script>
</head>
<body >
<p>microformat-shiv</p>
<h1>Microformats Tests <span id="version"></span></h1>
<h2 class="test-counts"></h2>
<p>Inspect the details of any test from the list</p>
<section class="flexbox-container">
<section class="test-results">
<ul class="test-result-list">
</ul>
</section>
<section class="test-detail">
<h2 id="test-name"></h2>
<h1>Test</h1>
<div id="test-html"><pre class="prettyprint"><code class="language-html"></code></pre></div>
<h1>Expected JSON</h1>
<div id="test-json"><pre class="prettyprint"><code class="language-json"></code></pre></div>
<h1>Parser JSON</h1>
<div id="parser-json"><pre class="prettyprint"><code class="language-json"></code></pre></div>
<div class="differences">
<h1>Differences</h1>
<div id="test-diff"><pre class="prettyprint"><code class="language-json"></code></pre></div>
</div>
</section>
</section>
<footer>
</footer>
</body>
</html>