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