forked from mirrors/gecko-dev
Automatic update from web-platform-tests [PE] Consider clips for fragmentation bounds of layers When a layer is under overflow clip under multicol, we should consider the clip when calculating the fragmentation bounds of the layer, to avoid creating extra fragments without the clip (because the clip parent doesn't create the fragments in which it is not visible). Bug: 942393 Change-Id: I65289bef381dafedfd6f1de51672a73c9d449fb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557747 Reviewed-by: vmpstr <vmpstr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#648840} -- wpt-commits: a7f07f6de4fae492b8c96d102733303ea1bd1fad wpt-pr: 16293
6 lines
139 B
HTML
6 lines
139 B
HTML
<!DOCTYPE html>
|
|
<div style="columns: 2">
|
|
<div style="height: 200px; background: blue"></div>
|
|
<div style="height: 200px"></div>
|
|
</div>
|
|
|