summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-xmllang-13a.xhtml
blob: 10488ad8fa777c21cca58f1c5b51e804e6a4842e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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 -->
<body lang="x-unknown-language">
<div xml:lang="en-us">
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
supercalifragilisticexpialidocious
</div>
</div>
</body>
</html>