tenfourfox/layout/reftests/text/auto-hyphenation-6.html

11 lines
196 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<!-- style changes don't break hyphenation -->
<body lang="en-us">
<div style="width: 0; hyphens: auto;">
hy<span style="color:red">phen</span>ation
</div>
</body>
</html>