haikuwebkit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-offset-base...

14 lines
508 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure the underline is placed in the right vertical place.
<div style="position: relative;">
<div style="font: 48px 'Times';">Hello<div style="display: inline-block; width: 1px; height: 60px;"></div></div>
<div style="position: absolute; left: 100px; top: 0px; width: 300px; height: 100px; background: black;"></div>
<div style="position: absolute; left: 0px; top: 60px; width: 300px; height: 3px; background: black;"></div>
</div>
</body>
</html>