1 <?xml-stylesheet href="css3-modsel-d3.css" type="text/css"?>
4 <div xmlns="http://www.w3.org/1999/xhtml">
6 <script type="text/javascript">
10 document.getElementsByTagNameNS('', 't')[1].setAttributeNS('', 'attribute', 'start middle end');
17 <p> The following block should be green. </p>
19 <!-- root of selector -->
20 <stub xmlns=""></stub>
22 <!-- middle part of selector does not match this -->
23 <t xmlns="" attribute="fake"></t>
25 <!-- middle part of selector matches this once attribute is fixed -->
26 <t xmlns="" attribute="start mid dle end"></t>
28 <!-- subject of selector -->
29 <t xmlns="" test="test"></t>