mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
11 lines
214 B
HTML
11 lines
214 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- simple test for automatic hyphenation -->
|
|
<body lang="en-us">
|
|
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|