summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow/block-in-inline-margins-004-ref.html
blob: e4c5980fffbfef462f8e409fd33c8b761289cea0 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<body>
  <div style="width: 100px; border: solid;">
    <div style="float: left; width: 10px; height: 10px; background: blue;"></div>
    <div style="height: 100px; background: orange;"></div>
  </div>
</body>