1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 10:11:00 +00:00
serenity/Tests/LibWeb/Layout/input
Andreas Kling 45f8542965 LibWeb: Actually visit rules and media queries in imported style sheets
Due to CSSImportRule::has_import_result() being backwards, we never
actually entered imported style sheets when traversing style rules or
media queries.

With this fixed, we no longer need the "collect style sheets" step in
StyleComputer, as normal for_each_effective_style_rule() will now
actually find all the rules. :^)
2023-03-30 16:54:15 +02:00
..
acid1.html Tests/LibWeb: Add ACID1 as a layout test 2023-03-15 11:43:54 +01:00
atomic-inline-with-percentage-vertical-align.html LibWeb: Resolve percentage vertical-align values against line-height 2023-03-29 18:38:29 +02:00
automatic-height-of-non-replaced-abspos-element-must-not-be-negative.html LibWeb: Don't allow resolved height of abspos elements to become negative 2023-03-25 19:41:31 +01:00
automatic-width-of-non-replaced-abspos-element-must-not-be-negative.html LibWeb: Don't allow resolved width of abspos elements to become negative 2023-03-25 19:41:31 +01:00
bfc-consider-all-currently-stacked-floats.html LibWeb: Consider entire stack of floated boxes when floating new box 2023-03-12 18:10:32 +01:00
bfc-float-left-break-vertically-2.html LibWeb: Make sure float: left boxes get pushed down if they can't fit 2023-03-15 11:43:54 +01:00
bfc-float-left-break-vertically.html LibWeb: Make sure float: left boxes get pushed down if they can't fit 2023-03-15 11:43:54 +01:00
blank.html Tests: Add LibWeb layout tests 2023-01-29 11:33:33 +00:00
clearfix.html LibWeb: Fix clearance to update y offset within current block 2023-02-10 20:55:33 +01:00
css-import-rule-sheet-1.css LibWeb: Actually incorporate style from imported style sheets 2023-03-12 18:10:32 +01:00
css-import-rule-sheet-2.css LibWeb: Actually incorporate style from imported style sheets 2023-03-12 18:10:32 +01:00
css-import-rule.html LibWeb: Actually incorporate style from imported style sheets 2023-03-12 18:10:32 +01:00
css-imported-sheet-with-media-rule.css LibWeb: Actually visit rules and media queries in imported style sheets 2023-03-30 16:54:15 +02:00
css-imported-sheet-with-media-rule.html LibWeb: Actually visit rules and media queries in imported style sheets 2023-03-30 16:54:15 +02:00
css-line-height-percentage-inheritance.html LibWeb: Resolve percentage line-height values before CSS inheritance 2023-03-12 18:10:32 +01:00
flex-auto.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-column-constained-wrap.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-column-constrained-nowrap.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-column-height-constrained-width-constrained.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-column-height-constrained.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-column-height-unconstrained.html LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft spec 2023-03-10 13:38:34 +01:00
flex-column-item-with-auto-height-and-max-width.html Tests/LibWeb: Test flex column item with auto height and max-width 2023-03-26 15:14:35 +02:00
flex-column-item-with-auto-height-depending-auto-width-with-max-width-constraint.html LibWeb: Clamp fit-content widths in flex layout to min/max-width 2023-03-28 21:08:54 +02:00
flex-column-item-with-auto-height-depending-on-auto-width.html LibWeb: Use fit-content width in place of indefinite flex item widths 2023-03-27 23:28:07 +02:00
flex-container-constrained-nowrap.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-container-constrained-wrap.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-container-width-constrained.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-frozen-items-should-be-respected.html LibWeb: Don't touch flex items after they we've been frozen 2023-03-11 11:52:19 +01:00
flex-grow-0-column.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-grow-1.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-grow-2.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-item-auto-height-with-wrap.html Tests/LibWeb: Add test for flex item auto height with flex-wrap: wrap 2023-03-26 15:14:35 +02:00
flex-item-vertical-padding-relative-to-flex-container-width.html Tests/LibWeb: Use SerenitySans in new layout tests 2023-03-10 18:10:33 +01:00
flex-item-with-cyclic-percentage-height.html LibWeb: Treat flex item's cyclic percentage cross size as auto 2023-03-18 00:26:19 +01:00
flex-margin-auto-justify-content.html LibWeb: Don't overflow flex containers on margin auto 2023-03-11 10:46:21 +01:00
flex-row.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-shrink-1.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-shrink-2.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
flex-shrink-3.html LibWeb: Add tests for flex formatting context 2023-02-11 10:42:52 +01:00
float-1.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
float-2.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
float-3.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
float-stress-1.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
float-stress-2.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
float-stress-3.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
ifc-float-left-and-sibling-with-margin-left.html LibWeb: Collapse margin-left with space used by left-side floats 2023-03-11 10:46:26 +01:00
inline-box-with-vertical-margins-vertical-align-top.html LibWeb: Consider margins of atomic inlines in layout 2023-03-14 14:45:40 +01:00
inline-box-with-vertical-margins.html LibWeb: Consider margins of atomic inlines in layout 2023-03-14 14:45:40 +01:00
input-element-with-display-inline.html LibWeb: Don't crash on HTML input element with display: inline 2023-03-20 17:57:58 +01:00
join-out-of-flow-box-with-previous-sibling-if-wrapped-in-anonymous-box.html LibWeb: Add out-of-flow boxes to anonymous wrapper block when possible 2023-03-25 19:41:31 +01:00
lh-1.html Tests/LibWeb: Add two tests for lh and rlh units 2023-03-18 20:14:52 +01:00
lh-2.html Tests/LibWeb: Add two tests for lh and rlh units 2023-03-18 20:14:52 +01:00
link-sheet.css LibWeb: Support loading file:// URLs via fetch (through ResourceLoader) 2023-03-22 23:34:32 +00:00
link-sheet.html LibWeb: Support loading file:// URLs via fetch (through ResourceLoader) 2023-03-22 23:34:32 +00:00
margin-collapse-1.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
margin-collapse-2.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
margin-collapse-3.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
margin-collapse-4.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
overflow-x-hidden-with-border-radius.html LibWeb: Apply border-radius clip only if overflow hidden for both axis 2023-03-19 19:04:51 +01:00
position-absolute-from-edges.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
position-absolute-ignores-padding-of-position-relative-floating-parent.html Tests/LibWeb: Add layout test for layout fix in PR #15780 2023-03-28 19:45:00 +01:00
position-absolute-top-left.html LibWeb: Add layout tests for floats, margins collapsing and positioning 2023-02-06 20:42:14 +01:00
replaced-box-with-vertical-margins.html LibWeb/Tests: Remove image from a test 2023-03-14 18:49:37 +01:00
single-br-inline-layout.html LibWeb: Don't drop single <br/> lines 2023-03-16 08:40:29 +00:00
table-auto-height.html LibWeb: Table wrappers should not be ignored in auto height calculation 2023-02-07 17:04:38 +01:00
table-in-auto-height-flex-item.html LibWeb: Fix intrinsic sizing early return condition in TFC 2023-03-27 23:10:16 +02:00
vertical-padding-relative-to-cb-width.html Tests/LibWeb: Use SerenitySans in new layout tests 2023-03-10 18:10:33 +01:00