Files
UXP-Fixed/layout/reftests/text/auto-hyphenation-6.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;">
hy<span style="color:red">phen</span>ation
</div>
</body>
</html>