<!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: auto; text-underline-offset: 0px; position: absolute; left: 0px; top: 10px; color: transparent; -webkit-text-decoration-color: black;">Hello</div> | |
</div> | |
</body> | |
</html> |