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

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

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

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

    function test() {
      document.getElementById('test1').appendChild(document.createTextNode(''));
      document.getElementById('test2').appendChild(document.createTextNode(' '));
    }

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

  <p> The following two bars should be green. </p>

  <div id="test1"></div>
  <div id="test2"></div>

 </div>

</test>