summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow/block-in-inline-margins-003-ref.html
blob: afcdcb0dc06d7830f259c46f03507e6f6f4dbd96 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
  <div>
    <div style="margin-top: 20px;"></div>
    <div style="margin-top: 100px; outline: solid purple 4px;"></div>
    text
  </div>
</body>