Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a885e11da18075ca1345cf3b7750840517d76122
      
https://github.com/WebKit/WebKit/commit/a885e11da18075ca1345cf3b7750840517d76122
  Author: Alan Baradlay <[email protected]>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    A 
LayoutTests/fast/inline/mispositioned-block-level-out-of-flow-boxes-with-inline-sibling-expected.html
    A 
LayoutTests/fast/inline/mispositioned-block-level-out-of-flow-boxes-with-inline-sibling.html
    M 
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp

  Log Message:
  -----------
  [IFC] Misplaced out-of-flow box with static positioning
https://bugs.webkit.org/show_bug.cgi?id=261168

Reviewed by Antti Koivisto.

This inner loop was supposed to check runs between the previous checkpoint 
(previous out-of-flow box) and the current out-of-flow box.
(i.e the outer loop jumps from out-of-flow box to out-of-flow box while the 
inner loop checks inflow boxes in-between)

* 
LayoutTests/fast/inline/block-level-out-of-flow-boxes-with-inline-sibling.html: 
Added.
* 
LayoutTests/fast/inline/mispositioned-block-level-out-of-flow-boxes-with-inline-sibling-expected.html:
 Added.
* 
LayoutTests/fast/inline/mispositioned-block-level-out-of-flow-boxes-with-inline-sibling.html:
 Added.
* 
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp:
(WebCore::Layout::InlineDisplayContentBuilder::setGeometryForBlockLevelOutOfFlowBoxes):

Canonical link: https://commits.webkit.org/267670@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to