1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-17 22:09:07 +00:00
Files
UXP/layout/reftests/text/auto-hyphenation-2.html
T

13 lines
333 B
HTML

<!DOCTYPE html>
<html>
<!-- mixed languages in a word should inhibit automatic hyphenation -->
<body lang="en-us">
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
supercalifragilisticexpialidocious
super<span lang="foo">cali</span>fragilisticexpialidocious
supercalifragilisticexpialidocious
</div>
</body>
</html>