summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-05-05LibWeb: Remove early resolve to auto while calculating border-box widthAliaksandr Kalenik
2023-05-05LibWeb: Remove setting length to 0px if it is not definiteAliaksandr Kalenik
2023-05-04Tests: Add a zlib test for "missing end bits"Tim Schumacher
2023-05-04LibWeb: Narrow width of boxes that create BFC to avoid overlap of floatAliaksandr Kalenik
2023-05-03LibWeb: Implement the "The html element fills the viewport quirk"Andreas Kling
2023-05-03LibWeb: Take floats into account when measuring automatic width of IFCAndreas Kling
2023-05-03LibWeb: Implement more box type transformation edge casesAndreas Kling
2023-05-03LibWeb: Exclude table-wrapper margins from table available widthAliaksandr Kalenik
2023-05-03LibWeb: Use appropriate containing block width to get width of tableAliaksandr Kalenik
2023-05-03LibWeb: Show formatting context roots in layout tree dumpsAndreas Kling
2023-05-02LibWeb: Fix intrinsic sizing when min or max width is specifiedAliaksandr Kalenik
2023-05-02ICC: Implement TRC inversion in from_pcs for parametric curvesNico Weber
2023-05-02ICC: Implement some of Profile::from_pcs()Nico Weber
2023-05-02Everywhere: Make Lagom build with GCC 13Daniel Bertalan
2023-05-02LibVideo/VP9: Revert framebuffer size reduction to allow OOB blocksZaggy1024
2023-05-02LibWeb: Set zero underflow when calculating intrinsic width of blockAliaksandr Kalenik
2023-05-02LibWeb: Account for box-sizing:border-box in layout-less definite sizesAndreas Kling
2023-04-30AK: Add benchmarks for floating point parsingDan Klishch
2023-04-30TestICCProfile: Don't capture sRGB by valueNico Weber
2023-04-30LibGfx: Add DeltaE() functionNico Weber
2023-04-30LibGfx: Move CIELAB to its own fileNico Weber
2023-04-30LibWeb: Parse `grid-template` propertymartinfalisse
2023-04-30LibWeb: Resolve horizontal auto margins for images with `display: block`Andreas Kling
2023-04-30ICC: Add Profile::to_lab()Nico Weber
2023-04-29LibWeb: Exclude borders from width available for table columnsAliaksandr Kalenik
2023-04-29ICC: Rename XYZ and XYZNumber fields to uppercaseNico Weber
2023-04-29ICC: Add a test for Profile::to_pcsNico Weber
2023-04-29LibWeb: Implement "distribute height to rows" step in TFCAliaksandr Kalenik
2023-04-29LibWeb: Fix division by zero in table columns width distributionAliaksandr Kalenik
2023-04-28LibWeb: Compute inset for relative positioned inline-blockEmil Militzer
2023-04-28AK: Add values() method in HashTableAliaksandr Kalenik
2023-04-28LibWeb: Consider cell computed height in total row min height of tableAliaksandr Kalenik
2023-04-28LibWeb: Consider row computed height in total row min height of tableAliaksandr Kalenik
2023-04-27LibWeb: Blockify pseudo elements that are flex itemsAndreas Kling
2023-04-27LibWeb: Fix bug where `box-sizing: border-box` made flex items too smallAndreas Kling
2023-04-27LibWeb: Prevent margin double-counting with "collapse through" boxesAliaksandr Kalenik
2023-04-26Tests: Re-enable TestLibCoreFileWatcher on macOSAndreas Kling
2023-04-26Tests: Disable TestLibCoreFileWatcher on macOS temporarilyAndreas Kling
2023-04-25LibSQL: Handle statements with malformed exists expressions correctlyTim Ledbetter
2023-04-24LibWeb: Fix grid size when intrinsically sizedmartinfalisse
2023-04-23LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index`Jelle Raaijmakers
2023-04-23LibSQL: Redesign heap storage to support arbitrary amounts of dataJelle Raaijmakers
2023-04-23LibSQL: Rename `Heap` constants to match our code styleJelle Raaijmakers
2023-04-23LibSQL: Clean up code style and remove unused includesJelle Raaijmakers
2023-04-21AK: Add Array::contains_slow() and ::first_index_of(), with tests :^)Sam Atkins
2023-04-21AK: Fix crash during teardown of self-owning objectsAndreas Kling
2023-04-21Tests/LibWeb: Time limit layout testsAliaksandr Kalenik
2023-04-19LibWeb: Fix broken handling of `flex: <flex-grow>` shorthandAndreas Kling
2023-04-19LibWeb: Layout <svg> nested inside <svg>Andreas Kling
2023-04-18LibWeb: Treat unresolvable percentage flex-basis values as 'content'Andreas Kling