summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-xmllang-9.xhtml
blob: 18a8bc862f9572aca75461ba35d53cc769ba378d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Hyphenation test</title></head>
<!-- check that hyphenation is not applied when language is not specified -->
<body>
<div style="width: 5em; hyphens: auto;">
supercalifragilisticexpialidocious
</div>
</body>
</html>