File: test-index.html

package info (click to toggle)
scala 2.9.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 67,208 kB
  • sloc: java: 27,488; xml: 4,412; python: 2,297; sh: 734; makefile: 16; ansic: 6
file content (35 lines) | stat: -rw-r--r-- 1,360 bytes parent folder | download | duplicates (6)
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
<html>
  <head>
    <link rel="stylesheet" type="text/css" media="screen"
          href="http://code.jquery.com/qunit/git/qunit.css" />
    <script type="text/javascript"
            src="http://code.jquery.com/qunit/git/qunit.js"></script>
    <script type="text/javascript"
            src="../../../src/compiler/scala/tools/nsc/doc/html/resource/lib/jquery.js"></script>
    <script src="../../../src/compiler/scala/tools/nsc/doc/html/resource/lib/jquery.layout.js"></script>
    <script src="../../../src/compiler/scala/tools/nsc/doc/html/resource/lib/scheduler.js"></script>
    <script type="text/javascript"
            src="../../../src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js"></script>
  </head>
  <body>
    <h1 id="qunit-header">QUnit example</h1>
    <h2 id="qunit-banner"></h2>
    <div id="qunit-testrunner-toolbar"></div>
    <h2 id="qunit-userAgent"></h2>
    <ol id="qunit-tests"></ol>
    <div id="qunit-fixture"></div>
    <div id="browser" class="ui-layout-west">
      <div class="ui-west-center">
        <div id="tpl">
          <ol class="templates">
            <li>template</li>
          </ol>
        </div>
      </div>
    </div>
    <div id="content" class="ui-layout-center">
      <iframe name="template"></iframe>
    </div>
    <script type="text/javascript" src="test-index.js"></script>
  </body>
</html>