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

« back to all changes in this revision

Viewing changes to src/maasserver/static/js/tests/test_reveal.html

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-03-04 11:49:44 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20130304114944-azcvu9anlf8mizpa
Tags: upstream-1.3+bzr1452+dfsg
ImportĀ upstreamĀ versionĀ 1.3+bzr1452+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
3
  <head>
 
4
    <title>Test maas.reveal</title>
 
5
 
 
6
    <!-- YUI and test setup -->
 
7
    <script type="text/javascript" src="../testing/yui_test_conf.js"></script>
 
8
    <script type="text/javascript" src="/usr/share/javascript/yui3/yui/yui.js"></script>
 
9
    <script type="text/javascript" src="../testing/testrunner.js"></script>
 
10
    <script type="text/javascript" src="../testing/testing.js"></script>
 
11
    <!-- The module under test -->
 
12
    <script type="text/javascript" src="../reveal.js"></script>
 
13
    <!-- The test suite -->
 
14
    <script type="text/javascript" src="test_reveal.js"></script>
 
15
  </head>
 
16
  <body>
 
17
 
 
18
  <a href="" class="link">
 
19
    View log
 
20
  </a>
 
21
  <div class="panel" style="height: 0;">
 
22
    <pre class="content">
 
23
      content
 
24
    </pre>
 
25
  </div>
 
26
 
 
27
  <span id="suite">maas.reveal.tests</span>
 
28
  </body>
 
29
</html>