[layoutng] DCHECK failure in multicol with experimental flag enabled |
|
Issue description
[1:1:0716/162452.858411:FATAL:ng_block_node.cc(421)] Check failed: box_->LogicalWidth() == fragment_logical_size.inline_size ("245.656" vs. "230.656")Variable fragment inline size not supported
Run with --enable-blink-features=LayoutNGBlockFragmentation
<!DOCTYPE html>
<div style="-webkit-column-count:3;">
<div style="overflow-y:auto;">
<div style="-webkit-column-span:all;"></div>
</div>
</div>
(derived from fast/multicol/flexbox-with-overflow-auto-child-crash.html)
|
|
►
Sign in to add a comment |
|
Comment 1 by bugdroid1@chromium.org
, Aug 29