blob: 3f69cce96006f9068067cd1356d2d32cfeb29217 [file] [log] [blame]
<?xml-stylesheet href="css3-modsel-d2.css" type="text/css"?>
<test>
<div xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript">
<![CDATA[
function test() {
el = document.getElementById('test');
el.parentNode.parentNode.insertBefore(document.createElementNS('http://www.w3.org/1999/xhtml', 'div'), el.parentNode);
}
window.onload = test;
]]>
</script>
<p> The following bar should be green. </p>
<div id="stub"></div>
<div></div>
<div><div><!-- <div/> --><div><div id="test"></div></div></div></div>
</div>
</test>