~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/tests/test_subscription.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>Bug subscriptions: descriptions and unsubscribe actions</title>
4
 
 
5
 
     <!-- YUI 3.0 Setup -->
6
 
    <script type="text/javascript"
7
 
      src="../../../../canonical/launchpad/icing/yui/yui/yui.js"></script>
8
 
    <link rel="stylesheet"
9
 
      href="../../../../canonical/launchpad/icing/yui/cssreset/reset.css"/>
10
 
    <link rel="stylesheet"
11
 
      href="../../../../canonical/launchpad/icing/yui/cssfonts/fonts.css"/>
12
 
    <link rel="stylesheet"
13
 
      href="../../../../canonical/launchpad/icing/yui/cssbase/base.css"/>
14
 
    <link rel="stylesheet"
15
 
      href="../../../../canonical/launchpad/javascript/test.css" />
 
3
  <title>Bug subscriptions: descriptions and unsubscribe actions</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
 
16
13
 
17
14
    <script type="text/javascript"
18
15
      src="../../../app/javascript/client.js"></script>
43
40
  <body class="yui3-skin-sam">
44
41
    <!-- Example markup required by test suite -->
45
42
    <div id="test-root"></div>
46
 
 
47
 
    <!-- The test output -->
48
 
    <div id="log"></div>
49
43
  </body>
50
44
</html>