blob: 8923fb49f6925b20475f856a91a90215b58872d5 [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'; text-decoration: underline; -webkit-text-decoration-skip: none; text-underline-position: under; text-underline-offset: auto; position: absolute; left: 0px; top: 0px; color: transparent; -webkit-text-decoration-color: black;">Hello</div>
</div>
</body>
</html>