Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<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>