Mypal/layout/reftests/text/auto-hyphenation-3.html
2019-03-11 13:26:37 +03:00

11 lines
250 B
HTML

<!DOCTYPE html>
<html>
<!-- check that hyphens:none prevents break at &shy; -->
<body lang="en-us">
<div style="width: 5em; hyphens: none;">
su&shy;per&shy;cal&shy;ifrag&shy;ilis&shy;tic&shy;ex&shy;pi&shy;ali&shy;do&shy;cious
</div>
</body>
</html>