Fix bleed-avoidance computation for border-image
BoxDecorationData::ComputeBleedAvoidance() did not take border image
outsets into consideration, which meant that the "clip" strategy could
be used - clipping the border image. Don't do any bleed-avoidance if
there's either a border radius set or if the border image outsets are
non-zero.
Fixed: 378404999
Change-Id: I958e5cf045bdf560efd1a72ed8d62d17932b23be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6010901
Reviewed-by: Stephen Chenney schenney@chromium.org
Commit-Queue: Stephen Chenney schenney@chromium.org
Auto-Submit: Fredrik Söderquist fs@opera.com
Cr-Commit-Position: refs/heads/main@{#1382422}