Skip to content

Commit

Permalink
Handle unsuccessful layout result in UpdateShapeOutsideInfoIfNeeded().
Browse files Browse the repository at this point in the history
We got a kOutOfFragmentainerSpace status, and then there'll be no
fragment generated.

Bug: 1278880
Change-Id: Iafaa6ec72b0adf19794acca3b4b05b837f3d11f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3344660
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#952598}
  • Loading branch information
mstensho authored and chromium-wpt-export-bot committed Dec 17, 2021
1 parent cd490fd commit a36ebc1
Showing 1 changed file with 9 additions and 0 deletions.
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1278880">
<div style="columns:2; column-fill:auto; height:100px;">
<div style="height:50px;"></div>
<div style="shape-outside:margin-box circle(10px); float:right; columns:2; column-fill:auto; width:100%;">
<div style="contain:size; height:80px;"></div>
</div>
</div>

0 comments on commit a36ebc1

Please sign in to comment.