~lutostag/ubuntu/trusty/maas/1.5.4+keystone

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Test maas.reveal</title>

    <!-- YUI and test setup -->
    <script type="text/javascript" src="../testing/yui_test_conf.js"></script>
    <script type="text/javascript" src="/usr/share/javascript/yui3/yui/yui.js"></script>
    <script type="text/javascript" src="../testing/testrunner.js"></script>
    <script type="text/javascript" src="../testing/testing.js"></script>
    <!-- The module under test -->
    <script type="text/javascript" src="../reveal.js"></script>
    <!-- The test suite -->
    <script type="text/javascript" src="test_reveal.js"></script>
  </head>
  <body>

  <a href="" class="link">
    View log
  </a>
  <div class="panel" style="height: 0;">
    <pre class="content">
      content
    </pre>
  </div>

  <span id="suite">maas.reveal.tests</span>
  </body>
</html>