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