loaderbug.html revision 9cdb1aa8d3a7901f789c2ad7a6ea00e804a9abeb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
<html>
<head>
<!--
<script src="http://yui.yahooapis.com/combo?2.8.0r4/build/yuiloader-dom-event/yuiloader-dom-event.js&3.0.0/build/yui/yui-min.js"></script>
-->
<script>
YUI().use("node", "event", function(Y) {
Y.on("domready", function(){
var report = Y.one("#scripts");
Y.all("script").each(function(node) {
if (node.hasAttribute("src")) {
}
} );
});
});
</script>
</head>
<body>
<h1>Loader Bug</h1>
<p>Loaded scripts:</p>
<ul id="scripts"></ul>
</body>
</html>