summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/test/js/basic.html
blob: 9f378a96010f9e24b14b924cbe6b5790986ba91f (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
<!DOCTYPE html>
<html class="+no-js no-js- no-js i-has-no-js">
<head>
  <meta charset="UTF-8">
  <title>Modernizr Test Suite</title>
  <link rel="stylesheet" href="qunit/qunit.css">
  <style>
     body { margin-bottom: 150px;}
     #testbed { font-family: Helvetica; color: #444; padding-bottom: 100px;}
     #testbed button { margin: 30px; font-size: 13px;}
     .data-notes, .offScreen { display:none;}
     table { width: 100%;}
     tbody tr:nth-child(even) td, tbody tr:nth-child(even) th {  border: 1px solid #ccc; border-left: 0; border-right: 0;}
     table td:nth-child(even), table th:nth-child(even) { background: #e6e6e6;}
     table tbody tr:hover td, table tbody tr:hover th { background: #e1e100!important;}
     td.wrong { background:red!important;}
     #html5section { visibility: hidden; }
     h1 label { display:none;}
     .output { padding: 0 0 0 16px;}
     .output ul { margin: 0;}
     .output li { color: #854747; }
     .output li.yes{color:#090;}
     .output li b{color:#000;}
     .output {font:14px/1.3 Inconsolata,Consolas,monospace;
                    -webkit-column-count: 5;
                       -moz-column-count: 5;
                            column-count: 5;}
      .output + .output { border-top: 5px solid #ccc; }
      textarea { width: 100%; min-height: 75px;}
      #caniusetrigger { font-size: 38px; font-family: monospace; display:block; }
  </style>

  <script src="https://raw.github.com/Modernizr/Modernizr/master/modernizr.js"></script>

  <script>window.Modernizr || document.write('<script src="../modernizr.js"><\/script>'); console.log("Loading in the /js folder *trollface*")</script>

  <script src="js/lib/polyfills.js"></script>
  <script src="js/lib/detect-global.js"></script>
  
  <script src="qunit/qunit.js"></script>
  <script src="js/lib/jquery-1.7b2.js"></script>
  
  <script src="js/setup.js"></script>
  
  <script src="js/unit.js"></script>
</head>
<body>
  <h1 id="qunit-header">Modernizr Test Suite</h1>
  <h2 id="qunit-banner"></h2>
  <div id="qunit-testrunner-toolbar"></div>
  <h2 id="qunit-userAgent"></h2>

  <ol id="qunit-tests"></ol>

  <div id="mod-output" class=output></div>
  <div id="mod-feattest-output" class=output></div>


  <br>
 
  <section><aside>this is an aside within a section</aside></section>
  
  
</body>
</html>