chromium/third_party/blink/web_tests/css3/selectors3/xml/css3-modsel-d1.xml

<?xml-stylesheet href="css3-modsel-d1.css" type="text/css"?>
<test>

 <div xmlns="http://www.w3.org/1999/xhtml">

  <script type="text/javascript">
   <![CDATA[

    function test() {
      document.getElementById('test').appendChild(document.createTextNode('This line should be green.'));
    }

    window.onload = test;
   ]]>
  </script>

  <p> The following bar should be green. </p>

  <div id="test"></div>

 </div>

</test>