tenfourfox/layout/reftests/text/auto-hyphenation-xmllang-3.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
346 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Hyphenation test</title></head>
<!-- check that hyphens:none prevents break at &shy; -->
<body xml:lang="en-us">
<div style="width: 5em; hyphens: none;">
su&#173;per&#173;cal&#173;ifrag&#173;ilis&#173;tic&#173;ex&#173;pi&#173;ali&#173;do&#173;cious
</div>
</body>
</html>