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

11 lines
208 B
HTML

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