Files
UXP-Fixed/layout/reftests/text/auto-hyphenation-7.html
T
2018-02-02 04:16:08 -05: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>