<!DOCTYPE HTML>
<html>
<head>
<title>DataSource Tests</title>
</head>
<body class="yui3-skin-sam">
<script>
YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
allowRollup: false,
useBrowserConsole: true
}).use("datasource-io-tests", "console", function (Y) {
new Y.Console().render();
});
</script>
</body>
</html>