mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
11 lines
223 B
HTML
11 lines
223 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<!-- check that hyphenation is not applied to unknown language -->
|
||
|
<body lang="x-unknown-language">
|
||
|
<div style="width: 5em; hyphens: auto;">
|
||
|
supercalifragilisticexpialidocious
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|