110N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
110N/A<html>
110N/A<head>
110N/A <!-- These link tags are required for the css-stamp tests DO NOT REMOVE -->
110N/A <link type="text/css" rel="stylesheet" href="/build/cssgrids/cssgrids.css">
110N/A <link type="text/css" rel="stylesheet" href="/build/widget-base/assets/skins/sam/widget-base.css">
110N/A <link type="text/css" rel="stylesheet" href="/build/dial/assets/skins/sam/dial.css">
110N/A <title>Loader Automated Tests</title>
110N/A</head>
110N/A<body class="yui3-skin-sam">
110N/A
110N/A<div id="log"></div>
110N/A
110N/A<!-- This is the loader test file, notice it's using the `yui-base` seed file & including loader so it is NOT fetched. -->
110N/A<script type="text/javascript" src="/build/yui-base/yui-base.js"></script>
110N/A<script type="text/javascript" src="/build/loader/loader.js"></script>
110N/A<script type="text/javascript">
110N/A
110N/Avar YUI_config = {
110N/A loaderPath: 'loader/loader.js',
110N/A gconfig: true,
110N/A gfilter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
110N/A};
110N/A
110N/A
110N/AYUI({
110N/A allowRollup: false,
110N/A logExclude: {Dom: true, Selector: true, Node: true, attribute: true, base: true, event: true, widget: true },
110N/A filter: YUI_config.gfilter,
110N/A modules: {
110N/A 'loader-tests': {
110N/A fullpath: '/loader-tests.js',
110N/A requires: [ 'test']
110N/A }
110N/A
110N/A }
110N/A}).use('loader-tests', 'test-console', 'test', function(Y) {
110N/A new Y.Test.Console().render('#log');
110N/A
110N/A //This is a YUITest hack to rename this test for reporting
110N/A Y.Test.Runner.setName('Loader Main Seed Test Suite (on page)');
110N/A Y.Test.Runner.run();
110N/A});
110N/A
110N/A</script>
110N/A</body>
110N/A</html>
110N/A