blob: 56fd594c3a7f6bce74d9427f2e25f6de22dc640f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that replaced element with zero width forces line break.</title>
<style>
.container {
word-break : break-word;
border: 1px solid green;
font-size: 20px;
font-family: ahem;
line-height: 20px;
width: 50px;
}
</style>
</head>
<body>
<div class=container><br>foobarfoobar</div>
</body>
</html>