Files
UXP-Fixed/layout/reftests/text/auto-hyphenation-3.html
T
2018-02-02 04:16:08 -05: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>