blob: 19d6a3a76691c057ec263d92003bd7ea8dcf6e35 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<!-- overline color of "inside" should be blue -->
<div style="color: green; text-decoration: line-through; font-family: Ahem; line-height: 1.2em">
line-through only
<div>
<span style="color: red; text-decoration: overline;">outside</span>
<div style="color: blue; text-decoration: overline;">
inside
</div>
</div>
</div>
</body>
</html>