gecko-dev/layout/reftests/text/auto-hyphenation-8.html

11 строки
208 B
HTML

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