Cross Reference: node-data.html
xref
: /
yui3
/
src
/
node
/
tests
/
node-data.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
node-data.html revision 880f76ee227b05b889736151e137e61c7bbf950d
4586
N/A
<!
DOCTYPE
HTML
PUBLIC
"-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/html4/strict.dtd
"
>
4586
N/A
<
html
>
4586
N/A
<
head
>
4586
N/A
<
title
>Node Test Suite</
title
>
4586
N/A
4586
N/A
<
script
type=
"
text
/
javascript
"
src=
"/
build
/
yui
/
yui.js
"
></
script
>
4586
N/A
<
script
type=
"
text
/
javascript
"
src=
"
node-data-test.js
"
></
script
>
4586
N/A
<
script
>
4586
N/A
YUI({
4586
N/A
filter: (
window.location.search.match
(/[?&]filter=([^&]+)/) || [])[1] || 'min'
}).use('node-data-test', function(Y) {
new
Y.Test.Console
().render();
Y.Test.Runner.run
();
});
</
script
>
</
head
>
<
body
class=
"yui3-skin-sam"
>
</
body
>
</
html
>