~bac/juju-gui/trunkcopy

« back to all changes in this revision

Viewing changes to lib/yui/tests/queue-promote/tests/queue-promote.html

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!doctype html>
2
 
<html>
3
 
<head>
4
 
    <title>Test Page</title>
5
 
</head>
6
 
<body class="yui3-skin-sam">
7
 
 
8
 
<div id='log'></div>
9
 
 
10
 
<script src="../../../build/yui/yui.js"></script>
11
 
<script src="queue-promote-tests.js"></script>
12
 
<script>
13
 
YUI({
14
 
    filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
15
 
    useBrowserConsole: false,
16
 
    allowRollup: false
17
 
}).use('test-console','queue-promote-tests', function (Y) {
18
 
 
19
 
new Y.Test.Console().render('#log');
20
 
 
21
 
Y.Test.Runner.run();
22
 
 
23
 
});
24
 
</script>
25
 
</body>
26
 
</html>