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