[LayoutNG] Fix crash in ResolveHeight

ResolveWidth and ResolvedHeight expects border-box of content size,
but ComputeFullAbsoluteWithChildBlockSize gives content-box and
causes DCHECK failures when the size is less than border+padding.

This patch fixes it to pass border-box instead.

Bug: 591099
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: Ia7bd0d89e35cf156dae78b59fe069d7d56e1539c
Reviewed-on: https://chromium-review.googlesource.com/886042
Reviewed-by: Aleks Totic <atotic@chromium.org>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531918}
2 files changed