~bcsaller/juju-gui/update-reductions

« back to all changes in this revision

Viewing changes to lib/yui/tests/intl/tests/intl.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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
 
<html>
3
 
<head>
4
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
 
    <title>Internationalization Tests</title>
6
 
    <script type="text/javascript" src="../../../build/yui/yui.js"></script>
7
 
</head>
8
 
<body class="yui3-skin-sam">
9
 
 
10
 
<div id="log"></div>
11
 
 
12
 
<script type="text/javascript">
13
 
 
14
 
YUI({
15
 
    useBrowserConsole:false,
16
 
    filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
17
 
    modules: {
18
 
        'intl-tests': {
19
 
            fullpath: './intl-tests.js',
20
 
            requires: [ 'test', 'intl' ]
21
 
        }
22
 
    }
23
 
}).use("test-console", 'intl-tests', function(Y) {
24
 
 
25
 
    (new Y.Test.Console()).render('#log');
26
 
 
27
 
    Y.Test.Runner.run();
28
 
});
29
 
</script>
30
 
</body>
31
 
</html>