blob: 5ebb1a12baefd1c0c13dbf74f3bf504b93b4d3fd (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<!-- check that hyphens:none prevents break at ­ -->
<body lang="en-us">
<div style="width: 5em; hyphens: none;">
su­per­cal­ifrag­ilis­tic­ex­pi­ali­do­cious
</div>
</body>
</html>
|