index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibWeb
/
Layout
/
input
Age
Commit message (
Expand
)
Author
2023-04-02
LibWeb: Fix regression in definite grid row heights
martinfalisse
2023-04-02
LibWeb: Don't apply presentational hints to associated pseudo elements
Andreas Kling
2023-04-02
LibWeb: Don't apply element inline style to associated pseudo elements
Andreas Kling
2023-04-02
LibWeb: Fix application of intrinsic aspect ratio to flex column items
Andreas Kling
2023-04-01
LibWeb: Add display grid automated tests
martinfalisse
2023-03-30
LibWeb: Actually visit rules and media queries in imported style sheets
Andreas Kling
2023-03-29
LibWeb: Resolve percentage vertical-align values against line-height
Andreas Kling
2023-03-28
LibWeb: Clamp fit-content widths in flex layout to min/max-width
Andreas Kling
2023-03-28
Tests/LibWeb: Add layout test for layout fix in PR #15780
Luke Wilde
2023-03-27
LibWeb: Use fit-content width in place of indefinite flex item widths
Andreas Kling
2023-03-27
LibWeb: Fix intrinsic sizing early return condition in TFC
Aliaksandr Kalenik
2023-03-26
Tests/LibWeb: Test flex column item with auto height and max-width
Andreas Kling
2023-03-26
Tests/LibWeb: Add test for flex item auto height with `flex-wrap: wrap`
Andreas Kling
2023-03-25
LibWeb: Don't allow resolved height of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Don't allow resolved width of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Add out-of-flow boxes to anonymous wrapper block when possible
Andreas Kling
2023-03-22
LibWeb: Support loading file:// URLs via fetch (through ResourceLoader)
Andreas Kling
2023-03-20
LibWeb: Don't crash on HTML input element with `display: inline`
Andreas Kling
2023-03-19
LibWeb: Apply border-radius clip only if overflow hidden for both axis
Aliaksandr Kalenik
2023-03-18
Tests/LibWeb: Add two tests for lh and rlh units
Simon Wanner
2023-03-18
LibWeb: Treat flex item's cyclic percentage cross size as auto
Andreas Kling
2023-03-16
LibWeb: Don't drop single <br/> lines
Mathis Wiehl
2023-03-15
Tests/LibWeb: Add ACID1 as a layout test
Andreas Kling
2023-03-15
LibWeb: Make sure `float: left` boxes get pushed down if they can't fit
Andreas Kling
2023-03-14
LibWeb/Tests: Remove image from a test
Andreas Kling
2023-03-14
LibWeb: Consider margins of atomic inlines in layout
Mathis Wiehl
2023-03-12
LibWeb: Resolve percentage line-height values before CSS inheritance
Andreas Kling
2023-03-12
LibWeb: Actually incorporate style from imported style sheets
Andreas Kling
2023-03-12
LibWeb: Consider entire stack of floated boxes when floating new box
Andreas Kling
2023-03-11
LibWeb: Don't touch flex items after they we've been frozen
Andreas Kling
2023-03-11
LibWeb: Collapse margin-left with space used by left-side floats
Andreas Kling
2023-03-11
LibWeb: Don't overflow flex containers on margin auto
Mathis Wiehl
2023-03-10
Tests/LibWeb: Use SerenitySans in new layout tests
Andreas Kling
2023-03-10
LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft spec
Andreas Kling
2023-03-10
LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items
Andreas Kling
2023-03-10
LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box
Andreas Kling
2023-02-11
LibWeb: Add tests for flex formatting context
Aliaksandr Kalenik
2023-02-10
LibWeb: Fix clearance to update y offset within current block
Aliaksandr Kalenik
2023-02-07
LibWeb: Table wrappers should not be ignored in auto height calculation
Aliaksandr Kalenik
2023-02-06
LibWeb: Add layout tests for floats, margins collapsing and positioning
Aliaksandr Kalenik
2023-01-29
Tests: Add LibWeb layout tests
Aliaksandr Kalenik