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

<!DOCTYPE html>
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level" />
<link rel="match" href="block-in-inline-baseline-001-ref.html"/>
<link rel="author" title="Koji Ishii" href="mailto:[email protected]" />
<body>
  text
  <div style="display: inline-block; background: orange; width: 100px;">
    content
    <span>
      <div style="border: solid; height: 20px;"></div>
    </span>
  </div>
</body>