chromium/third_party/blink/web_tests/virtual/text-antialias/avoid-line-break-from-out-of-flow-object-in-no-wrap-context-expected.html

<!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>