import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,69 @@
<!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>