<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-87.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Nondeterministic matching of direct and indirect adjacent combinators</title>
 <author>Daniel Glazman</author>
 <author>Ian Hickson</author>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Next</name> <data xlink:type="simple" xlink:href="css3-modsel-87b.xml">Nondeterministic matching of direct and indirect adjacent combinators</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-86.xml">Nondeterministic matching of descendant and child combinators</data> </item>
  <item> <name>Test #</name> <data>109 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Nondeterministic matching of direct and indirect adjacent combinators</data> </item>
  <item> <name>ID</name> <data>87</data> </item>
  <item> <name>Date</name> <data>2004-03-03</data> </item>
  <item> <name>Revision</name> <data>1.2</data> </item>
 </metadata>
  <content>
<blockquote xmlns="http://www.w3.org/1999/xhtml"><div>This text should be unstyled.</div></blockquote>
<div xmlns="http://www.w3.org/1999/xhtml">This text should be unstyled.</div>
<div xmlns="http://www.w3.org/1999/xhtml">This text should be unstyled.</div>
<p xmlns="http://www.w3.org/1999/xhtml">This text should be green.</p>
</content>
  <source>
   <css>p { color: red; }
blockquote + div ~ p { color: green; }</css>
   <xml>
&lt;blockquote xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;div&gt;This text should be unstyled.&lt;/div&gt;&lt;/blockquote&gt;
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;This text should be unstyled.&lt;/div&gt;
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;This text should be unstyled.&lt;/div&gt;
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;This text should be green.&lt;/p&gt;
</xml>
  </source>
</test>