1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-28 19:28:35 +00:00
Files
UXP/layout/reftests/text/auto-hyphenation-9.html
T

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: auto;">
supercalifragilisticexpialidocious
</div>
</body>
</html>