1 <?xml-stylesheet href="css3-modsel-d2.css" type="text/css"?>
4 <div xmlns="http://www.w3.org/1999/xhtml">
7 <script type="text/javascript">
11 el = document.getElementById('test');
12 el.parentNode.parentNode.insertBefore(document.createElementNS('http://www.w3.org/1999/xhtml', 'div'), el.parentNode);
22 <p> The following bar should be green. </p>
26 <div><div><!-- <div/> --><div><div id="test"></div></div></div></div>