node-data.html revision 880f76ee227b05b889736151e137e61c7bbf950d
<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>