chromium/third_party/blink/web_tests/external/wpt/css/css-color/border-color-currentcolor-ref.html

<!doctype html>
<title>CSS Test Reference</title>
<style>
div {
    border-width: 5px;
    border-color: green;
    color: green;
    margin-bottom: 2px;
}
</style>
<p>Test passes if all the border colors are green</p>
<div style="border-style: inset">
inset
</div>
<div style="border-style: outset">
outset
</div>
<div style="border-style: ridge">
ridge
</div>
<div style="border-style: groove">
groove
</div>