mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +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>
|
|
|