blob: f7bc57c21978fe94d972ad85979c231118efef92 (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<p style="background:lime">This paragraph should have green background because
CLASS contains "b"</p>
<address style="background:lime">This address should also have green background
because the selector in the last rule does not apply to the inner SPANs.
</address>
|