Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-d3.xml
blob6e24d7a6d2850eb1dd842d58f53766fc2c48e1f1
1 <?xml-stylesheet href="css3-modsel-d3.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.getElementsByTagNameNS('', 't')[1].setAttributeNS('', 'attribute', 'start middle end');
11     }
13     window.onload = test;
14    ]]>
15   </script>
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>
31  </div>
33 </test>