mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-01 20:08:40 +00:00
12 lines
231 B
HTML
12 lines
231 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="UTF-8">
|
|
<!-- check that hyphenation is not applied when language is not specified -->
|
|
<body>
|
|
<div style="width: 5em; hyphens: auto;">
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|