blob: e9c88e592df49b0b96bcd428fb0f52cfee63315b [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div style="color: green">
<div id="undefined-parent" style="color: red; -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>