tenfourfox/layout/reftests/text/auto-hyphenation-7.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
196 B
HTML

<!DOCTYPE html>
<html>
<!-- style changes don't break hyphenation -->
<body lang="en-us">
<div style="width: 0; hyphens: auto;">
h<span style="color:red">yphena</span>tion
</div>
</body>
</html>