chromium/third_party/blink/web_tests/external/wpt/css/CSS2/normal-flow/block-in-inline-baseline-001-ref.html

<!DOCTYPE html>
<body>
  text
  <div style="display: inline-block; background: orange; width: 100px;">
    content
    <div style="border: solid; height: 20px;"></div>
  </div>
</body>