<html>
<head>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script type="text/javascript">
YUI({
modules: {
'date-math-tests': {
fullpath: '/date-math-tests.js',
requires: [ "test", "datatype-date-math" ]
}
}
}).use('test-console', "date-math-tests", function(Y) {
(new Y.Test.Console()).render('#log');
});
</script>
</body>
</html>