haikuwebkit/LayoutTests/fast/css/webkit-text-fill-color-inhe...

12 lines
360 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="color: red">
<div id="undefined-parent" style="color: green; -webkit-text-fill-color: inherit">Green</div>
</div>
<div style="color: purple; -webkit-text-fill-color: green">
<div id="defined-parent" style="color: red; -webkit-text-fill-color: inherit">Green</div>
</div>
</body>
<html>