blob: 5457d7a2dcfdb5ac05f3115720f27036abeb24de [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that replaced element with zero width forces line break.</title>
<style>
div {
word-break : break-word;
border: 1px solid green;
font-size: 20px;
font-family: ahem;
line-height: 20px;
width: 50px;
}
</style>
</head>
<body>
<div><img width="0px" height="10px" src="./resources/1x1-red.png">foobarfoobar</div>
</body>
</html>