<html>
<head>
<title>Anim Test Suite</title>
<script type="text/javascript">
YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
}).use('test-console', 'test', 'anim-core-test', 'anim-easing-test', function (Y) {
new Y.Test.Console().render();
});
</script>
<style>
.demo {
background: #ccc;
height: 200px;
width: 200px;
}
</style>
</head>
<body class="yui3-skin-sam">
<div class="demo">
</div>
</body>
</html>