~bac/juju-gui/trunkcopy

« back to all changes in this revision

Viewing changes to lib/yui/tests/datatable/tests/datatable-column-widths.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
 
    <meta charset="utf-8">
5
 
        <title>datatable-column-widths Tests</title>
6
 
</head>
7
 
<body lang="en" class="yui3-skin-sam">
8
 
 
9
 
    <div id="testbed"></div>
10
 
 
11
 
        <script src="../../../build/yui/yui.js"></script>
12
 
    <script src="datatable-column-widths-tests.js"></script>
13
 
        <script>
14
 
                YUI({
15
 
            filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
16
 
            allowRollup: false
17
 
                }).use('test-console', 'datatable-column-widths-tests', function (Y) {
18
 
                        
19
 
                        new Y.Test.Console().render();
20
 
            
21
 
            Y.Test.Runner.setName('DataTable Column Widths');
22
 
                        Y.Test.Runner.run();
23
 
                });
24
 
        </script>
25
 
</body>
26
 
</html>