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