<!doctype html>
<html>
<head>
<title>Test Page</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script>
YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
useBrowserConsole: false,
allowRollup: false
}).use('test-console', 'array-invoke-tests', function (Y) {
new Y.Test.Console().render('#log');
});
</script>
</body>
</html>