summaryrefslogtreecommitdiff
path: root/test/scaladoc/javascript/test-index.html
blob: 42cbc8cc091ffd4bcd9d76f0fcd2aab59d8dc661 (plain) (blame)
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>