blob: 5e3b05c644b5f98ee399c1d302c573c49ef89e59 [file] [log] [blame]
<!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>