| <!DoCTYPE html> | |
| <style> | |
| .background { | |
| width: 210px; | |
| height: 210px; | |
| background-color: green; | |
| } | |
| </style> | |
| <p>crbug.com:552475: Floating 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> |