summaryrefslogtreecommitdiffstats
path: root/toolkit/components/microformats/test/static/testrunner.html
blob: 54e8ceb846c8ec419ffb84e568688c9b20d6aa5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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>