Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-d1.xml
blobe7163c917038def2cb96f71b155476aa6fb1665a
1 <?xml-stylesheet href="css3-modsel-d1.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('test').appendChild(document.createTextNode('This line should be green.'));
11     }
13     window.onload = test;
14    ]]>
15   </script>
17   <p> The following bar should be green. </p>
19   <div id="test"></div>
21  </div>
23 </test>