<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<span id="test"></span>
<script>
var Y = YUI({
allowRollup: false,
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
modules: {
'object-test': {
fullpath: 'object-test.js',
requires: ['test']
}
}
}).use('object-test', 'test-console', function (Y) {
new Y.Test.Console().render('#log');
});
</script>
</body>
</html>