mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
12 lines
236 B
HTML
12 lines
236 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<meta charset="iso-8859-1">
|
||
|
<!-- check that hyphenation is not applied when language is not specified -->
|
||
|
<body>
|
||
|
<div style="width: 5em; hyphens: none;">
|
||
|
supercalifragilisticexpialidocious
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|