tenfourfox/layout/reftests/text/auto-hyphenation-8.html

11 lines
208 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>