~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/javascript/tests/timeline-iframe.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:
3
3
  <head>
4
4
  <title>Launchpad TimelineGraph Widget</title>
5
5
 
6
 
  <!-- YUI 3.0 Setup -->
7
 
  <script type="text/javascript" src="../../../../canonical/launchpad/icing/yui/yui/yui.js"></script>
8
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssreset/reset.css"/>
9
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssfonts/fonts.css"/>
10
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssbase/base.css"/>
11
 
  <link rel="stylesheet" href="../../../../canonical/launchpad/javascript/test.css" />
 
6
  <!-- YUI and test setup -->
 
7
  <script type="text/javascript"
 
8
          src="../../../../canonical/launchpad/icing/yui/yui/yui.js">
 
9
  </script>
 
10
  <link rel="stylesheet" href="../../../app/javascript/testing/test.css" />
 
11
  <script type="text/javascript"
 
12
          src="../../../app/javascript/testing/testrunner.js"></script>
12
13
 
13
14
  <!-- The module under test -->
14
15
  <script type="text/javascript" src="../timeline.js"></script>
19
20
<body class="yui3-skin-sam">
20
21
  <div id="timeline_example">
21
22
  </div>
22
 
  <div id="log"></div>
23
23
</body>
24
24
</html>