mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
228 B
HTML
11 lines
228 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- check that hyphenation is not applied to unknown language -->
|
|
<body lang="x-unknown-language">
|
|
<div style="width: 5em; -moz-hyphens: auto;">
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|