https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 853a2443bf3cd041de125d802efd41548f87fe44 authored by Mike on 04 April 2018, 15:32:17 UTC
Merge branch 'bfo-css-backgrounds-fix' of https://github.com/faceless2/web-platform-tests into bfo-css-backgrounds-fix
Tip revision: 853a244
css3-modsel-6.xml
<csstest def="Attribute value selector" module="W3C Selectors" modulename="css3-modsel" number="6" rev="1.1" date="18-november-2005" xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns="http://www.example.org/css3tests">

<author>Daniel Glazman</author>
<author>Ian Hickson</author>
<cssrules>address { background-color : red }
address[title="foo"] { background-color : lime }
span[title="a"] { background-color : red }</cssrules>

<code>
<address title="foo" xmlns="http://www.w3.org/1999/xhtml">
<span title="b">This line should </span>
  <span title="aa">have a green background.
</span>
</address>
</code>

</csstest>
back to top