summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-xmllang-11a.xhtml
blob: eab1a7011cc61a988bb84640de514cf263ada249 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Hyphenation test</title></head>
<!-- check that xml:lang beats lang -->
<body xml:lang="en-us" lang="x-unknown-language">
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
supercalifragilisticexpialidocious
</div>
</body>
</html>