summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-6.html
blob: 5f66d64e2a2e36d91690ca63d262200a61502c5c (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;">
hy<span style="color:red">phen</span>ation
</div>
</body>
</html>