text-accentfold.html revision 896cd5258152d0ecaa16a66e122f4ae0a6542430
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test Page</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script src="/build/yui/yui.js"></script>
<script>
var Y = YUI({
allowRollup: false,
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'
},
'text-accentfold-test': {
fullpath: 'text-accentfold-test.js',
requires: ['text-accentfold', 'test']
}
},
useBrowserConsole: false
}).use('text-accentfold-test', 'test-console', function (Y) {
Y.Test.Runner.setName('text-accentfold');
Y.Test.Runner.run();
});
</script>
</body>
</html>