summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-10-ref.html
blob: 8914ccbfe1b878a588558bab7a3d9d0cb6a434b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<!-- check that hyphenation is not applied when language is not specified -->
<body>
<div style="width: 5em; hyphens: none;">
supercalifragilisticexpialidocious
</div>
</body>
</html>