blob: 99aee0e7c82717033a52eef4f09e0a6afb40245b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="font-size: 48px;">
<div style="text-decoration-line: underline;">Hello</div>
<div style="-webkit-text-decoration: underline; text-decoration-style: dotted;">Hello</div>
<div style="-webkit-text-decoration: underline; text-decoration-color: green;">Hello</div>
<div style="-webkit-text-decoration: underline; text-decoration-skip: none;">Helylo</div>
</div>
</body>
</html>