summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow/block-in-inline-baseline-001-ref.html
blob: 35b68ceef65dbf91ecf51069a4f9f3ca007ec45c (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
  text
  <div style="display: inline-block; background: orange; width: 100px;">
    content
    <div style="border: solid; height: 20px;"></div>
  </div>
</body>