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