<?xml-stylesheet href="css3-modsel-d1.css" type="text/css"?> | |
<test> | |
<div xmlns="http://www.w3.org/1999/xhtml"> | |
<script type="text/javascript"> | |
<![CDATA[ | |
function test() { | |
document.getElementById('test').appendChild(document.createTextNode('This line should be green.')); | |
} | |
window.setTimeout("test()", 100); | |
]]> | |
</script> | |
<p> The following bar should be green. </p> | |
<div id="test"></div> | |
</div> | |
</test> |