blob: 23fe1bfc3c5c577ee3268df073c4691eb22043e9 [file] [log] [blame]
<!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>