mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-07 17:09:07 +00:00
13 lines
338 B
HTML
13 lines
338 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- mixed languages in a word should inhibit automatic hyphenation -->
|
|
<body lang="en-us">
|
|
<div style="width: 5em; -moz-hyphens: auto; font-family:sans-serif;">
|
|
supercalifragilisticexpialidocious
|
|
super<span lang="foo">cali</span>fragilisticexpialidocious
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|