fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo<!DOCTYPE html>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo<html>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo<head>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo <meta charset="utf-8">
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo <title>Test Page</title>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo</head>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo<body class="yui3-skin-sam">
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo<div id="log"></div>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo<div id="test"></div>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo<script src="/build/yui/yui.js"></script>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo<script>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolovar Y = YUI({
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo allowRollup: false,
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo modules: {
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo 'widget-anim-test': {
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo fullpath: 'widget-anim-test.js',
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo requires: ['widget-anim', 'test']
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo }
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo },
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo useBrowserConsole: false
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo}).use('widget-anim-test', 'test-console', function (Y) {
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo new Y.Test.Console().render('#log');
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo Y.Test.Runner.run();
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo});
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo</script>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo</body>
fc3d6091abe1d23e9209b88b9fc8038cd3475646Eric Ferraiuolo</html>