summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/currentcolor-visited-fallback-ref.html
blob: 8e6bf0d336145f13a42a9e60e43024339e487ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta charset="utf-8">
<title>currentcolor and visited inherited parent color fallback</title>
<style>
a {
    color: green;
}
</style>
<div>
    <a href="">This should be green</a>
</div>
<div>
    <a href="">This should be green</a>
</div>