array.html revision 7d9f4a49ef5e163b5f38d09a20f72208ab859e65
146N/A<!DOCTYPE html>
146N/A<html>
146N/A<head>
146N/A <meta charset="utf-8">
146N/A <title>Y.Array tests (core)</title>
146N/A</head>
146N/A<body class="yui3-skin-sam">
146N/A
146N/A<div id="log"></div>
146N/A
146N/A<div id="tester" style="visibility: hidden;">
146N/A <span>test</span>
146N/A <span>test</span>
146N/A <span>test</span>
146N/A</div>
146N/A
146N/A<script src="/build/yui/yui.js"></script>
146N/A<script>
146N/Avar Y = YUI({
146N/A allowRollup: false,
146N/A filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
146N/A modules: {
146N/A 'array-test': {
146N/A fullpath: 'array-test.js',
146N/A requires: ['test']
146N/A }
146N/A }
146N/A}).use('array-test', 'test-console', function (Y) {
146N/A new Y.Test.Console().render('#log');
146N/A Y.Test.Runner.run();
146N/A});
146N/A</script>
146N/A
146N/A</body>
146N/A</html>
146N/A