summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/currentcolor-004-ref.html
blob: 835e4b81e62f9b0c95c81e87f4e9eac311dc8edd (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">
<style>
* {
    color: green;
}
</style>
<div>
    <a href=""><div>This should be green and not red.</div></a>
</div>