~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/tests/test_expander.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-08 19:26:35 UTC
  • mfrom: (13314.12.13 yui-test-cleanup-807294)
  • Revision ID: launchpad@pqm.canonical.com-20110708192635-acgqrciig42izbsh
[r=jtv][bug=807294] Consolidate duplicate code copied throughout the
        lp yui tests into a common module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
  <head>
3
 
    <title>Expander widget</title>
4
 
    <!-- YUI 3.0 Setup -->
5
 
    <script type="text/javascript" src="../../../../canonical/launchpad/icing/yui/yui/yui.js"></script>
6
 
    <link rel="stylesheet"
7
 
      href="../../../../canonical/launchpad/icing/yui/cssreset/reset.css"/>
8
 
    <link rel="stylesheet"
9
 
      href="../../../../canonical/launchpad/icing/yui/cssfonts/fonts.css"/>
10
 
    <link rel="stylesheet"
11
 
      href="../../../../canonical/launchpad/icing/yui/cssbase/base.css"/>
12
 
    <link rel="stylesheet"
13
 
      href="../../../../canonical/launchpad/javascript/test.css" />
 
3
  <title>Expander widget</title>
 
4
 
 
5
  <!-- YUI and test setup -->
 
6
  <script type="text/javascript"
 
7
          src="../../../../canonical/launchpad/icing/yui/yui/yui.js">
 
8
  </script>
 
9
  <link rel="stylesheet" href="../../../app/javascript/testing/test.css" />
 
10
  <script type="text/javascript"
 
11
          src="../../../app/javascript/testing/testrunner.js"></script>
 
12
 
14
13
    <script type="text/javascript" src="../client.js"></script>
15
14
    <script type="text/javascript" src="../lp.js"></script>
16
15
 
21
20
    <script type="text/javascript" src="test_expander.js"></script>
22
21
  </head>
23
22
  <body class="yui3-skin-sam">
24
 
 
25
23
    <!-- The example markup required by the script to run -->
26
24
    <div class="test-hook">
27
25
    </div>