haikuwebkit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-style.html

10 lines
434 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that dotted underlines have the correct dot diameters when underlines have thickness.
<div style="font: 100px 'Ahem'; text-decoration: underline; -webkit-text-decoration-skip: none; text-underline-offset: 0px; -webkit-text-decoration-color: green; text-decoration-thickness: 50px; -webkit-text-decoration-style: dotted;">&#xc9;&#xc9;&#xc9;&#xc9;</div>
</body>
</html>