Files
UXP-Fixed/layout/reftests/text/auto-hyphenation-9-ref.html
T
2018-02-02 04:16:08 -05:00

12 lines
236 B
HTML

<!DOCTYPE html>
<html>
<meta charset="iso-8859-1">
<!-- check that hyphenation is not applied when language is not specified -->
<body>
<div style="width: 5em; hyphens: none;">
supercalifragilisticexpialidocious
</div>
</body>
</html>