chromium/third_party/blink/web_tests/external/wpt/css/CSS2/normal-flow/block-in-inline-margins-004-ref.html

<!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>