lang.html revision aa37793651f52858384f57a8d744b734d9a30950
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Y.Lang tests</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<iframe name="xframe" id="xframe" src="assets/xframe.html" style="visibility: hidden;"></iframe>
<script src="/build/yui/yui.js"></script>
<script>
var Y = YUI({
allowRollup: false,
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
modules: {
'lang-test': {
fullpath: 'lang-test.js',
requires: ['test']
},
'test-console': {
fullpath : '/common/tests/assets/test-console.js',
requires : ['console-filters'],
skinnable: true
},
'skin-sam-test-console': {
fullpath: '/common/tests/assets/test-console.css',
type : 'css'
}
},
useBrowserConsole: false
}).use('lang-test', 'test-console', function (Y) {
Y.Test.Runner.run();
});
</script>
</body>
</html>