haikuwebkit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-unprefix.html

15 lines
532 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test is making sure that the text-emphasis CSS property works unprefixed.
<div style="text-emphasis-style: open circle;">
This text should have emphasis marks.
<div style="text-emphasis-color: red;">This text should have red emphasis marks.</div>
<div style="text-emphasis-position: under;">This text should have emphasis marks below the text.</div>
</div>
<div style="text-emphasis: red filled sesame;">This text should have red filled sesame emphasis marks.</div>
</body>
</html>