Open
Bug 1832450
Opened 2 years ago
Updated 2 years ago
Investigate the code coverage regarding nsTableRowGroupFrame that skips reflow
Categories
(Core :: Layout: Tables, enhancement)
Core
Layout: Tables
Tracking
()
NEW
People
(Reporter: TYLin, Unassigned)
Details
Attachments
(1 file)
|
429 bytes,
text/html
|
Details |
Marco reached out to me on slack and talked about this uncovered code in table frame. The else branch moves nsTableRowGroupFrame, which skips the recent reflow, to its desired place.
Marco provided testcase that should hit the uncovered else branch. We should use the testcase as a start point to investigate if the else branch makes sense or not.
You need to log in
before you can comment on or make changes to this bug.
Description
•