arraylist.html revision b24d4019b6b122b0d1bf12e8c022e8db8fc0c7df
<!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', 'arraylist-tests', function (Y) {
new Y.Test.Console().render('#log');
});
</script>
</body>
</html>