Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-d2.xml
blob3f69cce96006f9068067cd1356d2d32cfeb29217
1 <?xml-stylesheet href="css3-modsel-d2.css" type="text/css"?>
2 <test>
4  <div xmlns="http://www.w3.org/1999/xhtml">
6   
7   <script type="text/javascript">
8    <![CDATA[
10     function test() {
11       el = document.getElementById('test');
12       el.parentNode.parentNode.insertBefore(document.createElementNS('http://www.w3.org/1999/xhtml', 'div'), el.parentNode);
13     }
15     window.onload = test;
16    ]]>
17   </script>
18   
20   
22   <p> The following bar should be green. </p>
24   <div id="stub"></div>
25   <div></div>
26   <div><div><!-- <div/> --><div><div id="test"></div></div></div></div>
28  </div>
30 </test>