New issue
Advanced search Search tips

Issue 864156 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

[layoutng] DCHECK failure in multicol with experimental flag enabled

Project Member Reported by cbiesin...@chromium.org, Jul 16

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>
      &nbsp;
  </div>
</div>

(derived from fast/multicol/flexbox-with-overflow-auto-child-crash.html)
 
Project Member

Comment 1 by bugdroid1@chromium.org, Aug 29

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8bfde67eda6e02ab4e7a5abf603b95e53527f04f

commit 8bfde67eda6e02ab4e7a5abf603b95e53527f04f
Author: Morten Stenshorne <mstensho@chromium.org>
Date: Wed Aug 29 21:04:45 2018

[LayoutNG] Remove failure expectations for passing multicol tests.

TBR=cbiesinger@chromium.org, kojii@chromium.org

Bug: 591099, 635619,  797591 , 864156
Change-Id: Ibb3e27415a4b1e32055c9f2d156d3f36ca676085
Reviewed-on: https://chromium-review.googlesource.com/1194368
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587297}
[modify] https://crrev.com/8bfde67eda6e02ab4e7a5abf603b95e53527f04f/third_party/WebKit/LayoutTests/TestExpectations

Sign in to add a comment