Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
div {
font-size: 50px;
text-decoration: overline solid green;
}
</style>
<p>Test that changes in text-decoration-line are recalculated correctly. PASS
if the text below has a solid green overline, and no underline.</p>
<div id="target">
Filler text
</div>