1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 18:41:00 +00:00
serenity/Tests/LibWeb/Layout/input/block-and-inline
Andreas Kling af004ff0ef LibWeb: Support min-content for width, min-width and max-width
We're gonna need to handle this in many more places, this patch only
adds it to calculate_inner_width().
2023-05-29 21:29:25 +02:00
..
atomic-inline-with-percentage-vertical-align.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
automatic-size-of-block-container-with-inline-children-and-nonempty-floating-child.html 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.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
bfc-float-left-break-vertically-2.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
bfc-float-left-break-vertically.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
block-with-fit-content-width-constraints.html 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.html LibWeb: Support fit-content width for block-level boxes 2023-05-27 05:47:54 +02:00
block-with-max-content-width.html LibWeb: Support max-content for width, min-width and max-width 2023-05-29 21:29:25 +02:00
block-with-min-content-width.html LibWeb: Support min-content for width, min-width and max-width 2023-05-29 21:29:25 +02:00
box-with-clearance-and-margin-top.html LibWeb: Reset margin collapsing state only if box indeed add clearance 2023-05-26 18:11:35 +02:00
clear-both-without-introducing-clearance.html LibWeb: Reset margin collapsing state only if box indeed add clearance 2023-05-26 18:11:35 +02:00
clearfix.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
float-1.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
float-2.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
float-3.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
float-left-and-right-with-justified-text-in-between.html LibWeb: Make text justification work between floats 2023-05-16 14:35:10 +02:00
float-left-and-right-with-text-in-between.html LibWeb: Rewrite calculation of available space between floats 2023-05-16 14:35:10 +02:00
float-stress-1.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
float-stress-2.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
float-stress-3.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
floats-and-negative-margins.html 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.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
inline-box-positioned-with-top-left.html LibWeb: Compute inset for relative positioned inline-block 2023-04-28 18:12:02 +02:00
inline-box-with-vertical-margins-vertical-align-top.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
inline-box-with-vertical-margins.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
intrinsic-sizing-with-min-width-specified.html LibWeb: Fix intrinsic sizing when min or max width is specified 2023-05-02 18:50:26 +02:00
join-out-of-flow-box-with-previous-sibling-if-wrapped-in-anonymous-box.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
margin-collapse-1.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
margin-collapse-2.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
margin-collapse-3.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
margin-collapse-4.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
margin-collapse-5.html LibWeb: Prevent margin double-counting with "collapse through" boxes 2023-04-27 07:52:12 +02:00
margin-collapse-6.html 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.html LibWeb: Make sure that margins don't collapse across a nested BFC 2023-05-19 15:09:09 +02:00
max-width-on-child-block-with-width-auto-contributes-to-intrinsic-size-of-parent.html LibWeb: Ignore preferred width when calculating intrinsic width of block 2023-04-06 16:47:40 +02:00
max-width-percentage-100-border-box.html LibWeb: Remove early resolve to auto while calculating border-box width 2023-05-05 10:01:28 +02:00
max-width-percentage-100.html 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.html LibWeb: Narrow width of boxes that create BFC to avoid overlap of float 2023-05-04 06:14:58 +02:00
single-br-inline-layout.html Tests/LibWeb: Move block & inline layout tests into own directory 2023-04-06 16:47:40 +02:00
width-auto-margins-set-zero-if-containing-size-smaller.html LibWeb: Zero out margins if width is not 'auto' in BFC's compute_width 2023-05-05 13:26:41 +02:00