summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/selectors/013-expected.html
blob: 7baaec71a4fa84cc91d8b83f17ca5bb8bfb02d68 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<ul>
  <li style="background:lime">This list item should have green background because its class is &quot;t1&quot;</li>
  <li style="background:lime">This list item should have green background because its class is &quot;t2&quot;</li>
  <li style="background:lime">This list item should have green background because the inner SPAN does not match SPAN.t3</li>
</ul>