summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-xmllang-14a.xhtml
blob: 124a6e127da023588fad47b9fa83199f68c3b80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Hyphenation test</title></head>
<!-- check that innermost beats xml:lang vs. lang difference -->
<!-- check that hyphenation is not applied to unknown language -->
<body lang="en-us">
<div xml:lang="x-unknown-language">
<div style="width: 5em; hyphens: auto;">
supercalifragilisticexpialidocious
</div>
</div>
</body>
</html>