summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/quirks/body-fills-html-quirk-ref2.html
blob: 68ceb2b8b16c73c419299ea36eed0bd0ca41113c (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<body style="margin: 0">
  <div style="width: 175px; height: 178px; margin: 10px 11px 12px 14px; border: solid; box-sizing: border-box;">
    <div style="width: 100px; height: 100px; background: green"></div>
  </div>
</body>