intl.html revision 7a5077a2da00f308329a32f8fdcce29ef77aaf97
<html>
<head>
<title>Internationalization Tests</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script type="text/javascript">
YUI({
useBrowserConsole:false,
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
modules: {
'intl-tests': {
fullpath: '/intl-tests.js',
requires: [ 'test', 'intl' ]
}
}
}).use("test-console", 'intl-tests', function(Y) {
(new Y.Test.Console()).render('#log');
});
</script>
</body>
</html>