[LayoutNG] After changing parent node's inline style, NGPhysicalFragment of child node has wrong style |
||
Issue descriptionChrome Version: ToT @ r537167 OS: All What steps will reproduce the problem? (1) Add DCHECK_EQ(box_fragment_.Style().Visibility(), box_fragment_.GetLayoutObject()->Style()->Visibility()) in NGBoxFragmentPainter::VisibleToHitTestRequest() (2) Load the attached repro.html with LayoutNG enabled What is the expected result? Shouldn't hit DCHECK What happens instead? DCHECK hit. Furthermore, |box_fragment_.Style().Visibility()| is the incorrect value |EVisibility::kVisible|.
,
Mar 8 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by xiaoche...@chromium.org
, Feb 16 2018491 bytes
491 bytes View Download