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