summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-7.html
blob: 9b95cc1945eedc29ba6badb29e4932e42f0828b6 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>