blob: 0629e27c3d99d05818366f7f78ba135915d7003d [file] [log] [blame]
<!DOCTYPE html>
<style>
.background {
width: 80px;
height: 80px;
background-color: green;
}
</style>
<p>crbug.com:552475: Out-of-flow elements that wrap their contents shouldn't cause a line-break in a no-wrap context. There should be a green square below.</p>
<div class="background">
</div>