blob: 8e6bf0d336145f13a42a9e60e43024339e487ac5 [file] [log] [blame]
<!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>