Cross Reference: highlight.html
xref
: /
yui3
/
src
/
highlight
/
tests
/
functional
/
highlight.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
highlight.html revision 84df72e8dfc289d41c2b6efd382a2dfc8c2d867d
394
N/A
<!
DOCTYPE
html
>
394
N/A
<
html
>
394
N/A
<
head
>
394
N/A
<
meta
charset=
"utf-8"
>
394
N/A
<
title
>Test Page</
title
>
394
N/A
</
head
>
394
N/A
<
body
class=
"yui3-skin-sam"
>
394
N/A
394
N/A
<
div
id=
"log"
></
div
>
394
N/A
394
N/A
<
script
src=
"/
build
/
yui
/
yui.js
"
></
script
>
394
N/A
<
script
>
394
N/A
var Y = YUI({
394
N/A
filter: 'raw',
394
N/A
modules: {
394
N/A
'test-console': {
394
N/A
fullpath : '/
assets
/
test-console.js
',
394
N/A
requires : ['console-filters'],
394
N/A
skinnable: true
394
N/A
},
2790
N/A
394
N/A
'skin-sam-test-console': {
2790
N/A
fullpath: '/
assets
/
test-console.css
',
2790
N/A
type : 'css'
2790
N/A
},
394
N/A
394
N/A
'highlight-test': {
394
N/A
fullpath: '
highlight-test.js
',
394
N/A
requires: ['highlight', 'test']
618
N/A
}
394
N/A
},
394
N/A
useBrowserConsole: false
844
N/A
}).use('highlight-test', 'test-console', function (Y) {
844
N/A
Y.Test.Runner.run
();
618
N/A
});
1258
N/A
</
script
>
394
N/A
394
N/A
</
body
>
394
N/A
</
html
>
394
N/A