1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 14:41:00 +00:00
serenity/Tests/LibWeb/Layout/expected/block-and-inline
Andi Gallo 6a17a30e2e LibWeb: Handle overlapping floating box and left margin
Allow the left margin of a box which creates a block formatting context
to overlap with left floating boxes which are siblings in the document
tree.

Fixes #20233 and the comment layout on https://lobste.rs.
2023-07-28 12:44:09 +02:00
..
abspos-with-auto-margins-in-inline-axis.txt LibWeb: Resolve auto margins on abspos elements in more cases 2023-06-13 17:47:50 +02:00
abspos-with-percentage-height-resolved-against-padding-box-of-containing-block.txt LibWeb: Use correct reference for abspos elements with % height sizes 2023-06-17 20:35:19 +02:00
atomic-inline-with-percentage-vertical-align.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
automatic-size-of-block-container-with-inline-children-and-nonempty-floating-child.txt LibWeb: Take floats into account when measuring automatic width of IFC 2023-05-03 19:49:43 +02:00
bfc-consider-all-currently-stacked-floats.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
bfc-float-left-break-vertically-2.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
bfc-float-left-break-vertically.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
block-with-fit-content-width-constraints.txt LibWeb: Accept fit-content as a value for min-width and max-width 2023-05-27 05:47:54 +02:00
block-with-fit-content-width.txt LibWeb: Support fit-content width for block-level boxes 2023-05-27 05:47:54 +02:00
block-with-hidden-overflow-after-float.txt LibWeb: Handle overlapping floating box and left margin 2023-07-28 12:44:09 +02:00
block-with-hidden-overflow-after-sibling-float.txt LibWeb: Handle overlapping floating box and left margin 2023-07-28 12:44:09 +02:00
block-with-max-content-width.txt LibWeb: Support max-content for width, min-width and max-width 2023-05-29 21:29:25 +02:00
block-with-min-content-width.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
block-with-negative-margin-and-no-intruding-floats.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
box-with-clearance-and-margin-top.txt LibWeb: Reset margin collapsing state only if box indeed add clearance 2023-05-26 18:11:35 +02:00
clear-both-without-introducing-clearance.txt LibWeb: Reset margin collapsing state only if box indeed add clearance 2023-05-26 18:11:35 +02:00
clearfix.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
float-1.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
float-2.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
float-3.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
float-4.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
float-left-and-right-with-justified-text-in-between.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
float-left-and-right-with-text-in-between.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
float-stress-1.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
float-stress-2.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
float-stress-3.txt LibWeb: Sum horizontal margins to calculate space used by floats 2023-05-24 18:58:42 +02:00
float-vertical-intersection-with-margin.txt LibWeb: Handle float clearing specified on line break elements 2023-07-26 08:37:16 +02:00
floats-and-negative-margins.txt LibWeb: Sum horizontal margins to calculate space used by floats 2023-05-24 18:58:42 +02:00
ifc-float-left-and-sibling-with-margin-left.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
inline-block-baseline-1.txt LibWeb: Derive box baseline from last child *with line boxes* 2023-07-25 13:42:32 +02:00
inline-block-baseline-2.txt LibWeb: Derive box baseline from last child *with line boxes* 2023-07-25 13:42:32 +02:00
inline-block-with-max-width-fit-content.txt LibWeb: Fully resolve max-width values on inline-block elements 2023-07-15 12:30:07 +02:00
inline-block-with-percentage-height-and-auto-height-of-containing-block.txt LibWeb: Fix inline-block percentage height calculation 2023-07-16 15:00:30 +02:00
inline-box-positioned-with-top-left.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
inline-box-with-vertical-margins-vertical-align-top.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
inline-box-with-vertical-margins.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
intrinsic-sizing-with-min-width-specified.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
join-out-of-flow-box-with-previous-sibling-if-wrapped-in-anonymous-box.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
margin-collapse-1.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
margin-collapse-2.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
margin-collapse-3.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
margin-collapse-4.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
margin-collapse-5.txt LibWeb: Derive box baseline from last child *with line boxes* 2023-07-25 13:42:32 +02:00
margin-collapse-6.txt LibWeb: Make sure collapsed margins are not ignored if box creates FC 2023-05-22 12:51:24 +02:00
margin-must-not-collapse-across-nested-bfc.txt LibWeb: Make sure that margins don't collapse across a nested BFC 2023-05-19 15:09:09 +02:00
margin-padding-block-inline-start.txt LibWeb: Add CSS logical property aliases for margin and padding sides 2023-06-06 21:02:04 +02:00
margin-padding-block-inline.txt LibWeb: Add naive support for {margin,padding}-{block,inline} 2023-06-07 11:20:42 +02:00
max-width-must-not-expand-element.txt LibWeb: Prevent max-width expanding the width 2023-07-12 11:44:57 +02:00
max-width-on-child-block-with-width-auto-contributes-to-intrinsic-size-of-parent.txt LibWeb: Stop changing width of block-level flex containers during layout 2023-05-08 15:56:00 +02:00
max-width-percentage-100-border-box.txt LibWeb: Remove early resolve to auto while calculating border-box width 2023-05-05 10:01:28 +02:00
max-width-percentage-100.txt LibWeb: Remove setting length to 0px if it is not definite 2023-05-05 06:20:44 +02:00
narrow-bfc-width-to-avoid-overlap-with-floats.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
percentage-min-height-with-containing-block-padding.txt LibWeb: Use padding box of containing block to resolve % height size 2023-06-18 20:29:40 +02:00
percentage-min-height.txt LibWeb: Use padding box of containing block to resolve % height size 2023-06-18 20:29:40 +02:00
percentage-min-width-with-max-content-containing-block-width.txt LibWeb: Treat non-finite containing block width as zero for percentages 2023-07-01 09:06:49 +02:00
percentage-padding-on-inline-block-with-indefinite-containing-block-size.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
relpos-block.txt LibWeb: Resolve used insets for floating elements 2023-07-04 06:43:53 +02:00
relpos-float.txt LibWeb: Resolve used insets for floating elements 2023-07-04 06:43:53 +02:00
single-br-inline-layout.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
width-auto-margins-set-zero-if-containing-size-smaller.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00