summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/447783-1.html
blob: 1af063f16b053706db2aac547bfc331bfe05fb63 (plain)
1
2
3
4
5
6
7
8
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Hang with column-count and word-wrap</title>
</head><body>
<div style="border: 1px solid black; word-wrap: normal; column-count: 2; width: 110px;">
a<span style="word-wrap: break-word;">abcde</span>
</div>
</body></html>