history-base.html revision fd8cc25f4b45140335df27a04ce976b9251ea857
<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script>
var Y = YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
modules: {
'test-console': {
fullpath : '/assets/test-console.js',
requires : ['console-filters'],
skinnable: true
},
'skin-sam-test-console': {
fullpath: '/assets/test-console.css',
type : 'css'
},
'history-base-test': {
fullpath: 'history-base-test.js',
requires: ['history-base', 'test']
}
},
useBrowserConsole: false
}).use('history-base-test', 'test-console', function (Y) {
Y.Test.Runner.setName('history-base');
});
</script>
</body>
</html>