blob: f0ea41575a914c98c496dba8475972881e40f7bc (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<ul>
<li style="background:lime">This list item should have a green background. because its ID is "t1"</li>
<li style="background:lime">This list item should have a green background. because its ID is "t2"</li>
<li style="background:lime">This list item should have a green background. because the inner SPAN does not match "#t4"</li>
</ul>
|