<html>
<head>
<title>Node Test Suite</title>
<script>
YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
}).use('node-data-test', function(Y) {
new Y.Test.Console().render();
});
</script>
</head>
<body class="yui3-skin-sam">
</body>
</html>