gecko-dev/layout/reftests/text/auto-hyphenation-10-ref.html

12 строки
236 B
HTML

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