nsLayoutUtils::IntrinsicForContainer doesn't seem to deal with box-sizing so well. Testcase:

  <div style="float: left; border: 1px solid red">
<div style="padding: 20px; width: 100px; border: 1px solid green; -moz-box-sizing: border-box">
    </div>
  </div>

Note that the red box doesn't shrink-wrap the green box...

Should I just try to adjust nsLayoutUtils::IntrinsicForContainer to deal?

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to