Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-d4.xml
blobc3dc22d7c8e50b59b551648c30472d7d9ffea53e
1 <?xml-stylesheet href="css3-modsel-d4.css" type="text/css"?>
2 <test>
4  <div xmlns="http://www.w3.org/1999/xhtml">
6   <script type="text/javascript">
7    <![CDATA[
9     function test() {
10       el2 = document.getElementById('two');
11       el3 = document.getElementById('three');
12       el2.parentNode.insertBefore(el3.nextSibling, el2);
13     }
15     window.onload = test;
16    ]]>
17   </script>
19   <div><p id="two">This line should be unstyled. (2)</p><p id="three">This line should have a green background. (3)</p><p>This line should be unstyled. (4 moving to 1)</p></div>
21  </div>
23 </test>