Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-d1b.xml
blobc7d3bb870cf8a48f5e7bdd76aeccdae6a3669f5c
1 <?xml-stylesheet href="css3-modsel-d1b.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       document.getElementById('test1').appendChild(document.createTextNode(''));
11       document.getElementById('test2').appendChild(document.createTextNode(' '));
12     }
14     window.onload = test;
15    ]]>
16   </script>
18   <p> The following two bars should be green. </p>
20   <div id="test1"></div>
21   <div id="test2"></div>
23  </div>
25 </test>