gecko-dev/layout/reftests/text/hyphenation-control-3.html
2017-03-13 12:54:05 +08:00

22 lines
601 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
code {
display:block;
hyphens:auto;
border: 1px solid black;
}
</style>
</head>
<body lang="en-us">
<!--
Test checks that automatic hyphenation opportunities should honor
manual hyphenation opportunities even if they are within an extreme long word.
-->
<code style="width:100ch;">
ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZsuper&shy;cali&shy;fragi&shy;listic&shy;expiali&shy;docious&shy;ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ
</code>
</body>
</html>