blob: 7bc557337f371a27c91007699ec1a3cf99c72c81 [file] [log] [blame]
<!doctype html>
<style>
div {
font-size: 50px;
text-decoration: underline solid green;
}
</style>
<p>Test that changes in text-decoration-color are recalculated correctly. PASS
if the text below has a solid green underline, and no red.</p>
<div id="target">
Filler text
</div>