summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow/block-in-inline-margins-003.html
blob: 576e0a8bed0d245c0511021549b21b9e96faf952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta name="assert" content="Block-in-inline: when continuation resolves the BFC offset">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level" />
<link rel="match" href="block-in-inline-margins-003-ref.html"/>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org" />
<body>
  <div>
    <span>
      <div style="margin-top: 20px;"></div>
      <div style="margin-top: 100px; outline: solid purple 4px;"></div>
      text
    </span>
  </div>
</body>