haikuwebkit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-negative-exp...

10 lines
502 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure you can't place an underline to make it look like a line-through. The test passes if all the underlines are in the correct place.
<div style="font: 100px 'Ahem'; text-decoration: underline; -webkit-text-decoration-color: green; text-underline-offset: -10px; -webkit-text-decoration-skip: none;">&#xc9;<span style="text-underline-offset: 14px;">&#xc9;<span style="text-underline-offset: 24px;">&#xc9;</span></span></div>
</body>
</html>