aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-flexbox
Commit message (Expand)AuthorAgeFilesLines
* Update web-platform-tests to revision b'aa0081aeb91d3890fbc8e21ccda3ab61ccd09...wpt_update_23-03-2025Servo WPT Sync2025-03-233-0/+24
* layout: Stop ignoring containing block padding for the static position (#36051)Oriol Brufau2025-03-1915-318/+0
* layout: Support min/max main keyword sizes in flexbox (#35961)Oriol Brufau2025-03-195-13/+0
* layout: Add support for basic transform css properties (#35926)chocolate-pie2025-03-141-0/+2
* layout: Partial support for keyword sizes on preferred cross size (#35682)Oriol Brufau2025-03-041-3/+0
* layout: Basic implementation of size keywords on `flex-basis` (#35413)Oriol Brufau2025-02-131-8/+2
* layout: align-content with default value normal should behave as strech in fl...TIN TUN AUNG2025-02-0322-134/+0
* Let animations&transitions fall back to discrete interpolation (#34981)Oriol Brufau2025-01-301-78/+0
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* layout: Improve logic for block size of table (#34947)Oriol Brufau2025-01-136-12/+0
* layout: Defer some table sizing logic to the parent formatting context (#34889)Oriol Brufau2025-01-095-10/+0
* Update web-platform-tests to revision b'c72ee0c082d350b8b44f7a6bac1f028752b13...Servo WPT Sync2025-01-051-0/+2
* Partial implementation of keyword sizes for block layout (#34568)Oriol Brufau2024-12-1616-79/+0
* Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a65...Servo WPT Sync2024-12-152-0/+4
* Obey min and max properties when computing main size of column flex (#34450)Oriol Brufau2024-12-027-163/+3
* Fix alignment of abspos child of flexbox with flipped direction (#34426)testOriol Brufau2024-11-302-354/+24
* Fix offsetLeft/offsetTop to match major browsers (#32761)Nico Burns2024-11-1618-1169/+24
* layout: Properly calculate free space in flexbox flexible length resolution (...Martin Robinson2024-11-0515-40/+0
* Implement `transition-behavior` (#33991)Oriol Brufau2024-10-241-36/+0
* layout: Handle inline margins in `layout_for_block_content_size()` (#33780)tanishka2024-10-101-2/+0
* Fix `align-content` set to `start` or `end` on flexbox (#33667)Oriol Brufau2024-10-073-28/+0
* Sync WPT with upstream (06-10-2024) (#33668)Servo WPT Sync2024-10-062-0/+4
* Update web-platform-tests to revision b'8e164c249d2b93a4234a2710a5e2cc5a16fab...Servo WPT Sync2024-09-221-0/+144
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-203-42/+0
* Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c...Servo WPT Sync2024-09-154-0/+12
* Add support for `table-layout: fixed` (#33384)Oriol Brufau2024-09-122-4/+0
* Handle all `white-space` values when intrinsically sizing an IFC (#33343)Oriol Brufau2024-09-111-0/+2
* layout: Reverse space-between alignment properly for absolute children of fle...Martin Robinson2024-09-111-16/+4
* layout: Right-to-left support for other layout modes (#33375)Martin Robinson2024-09-1119-144/+77
* Make Crashtests with test-wait wait (#33344)Taym Haddadi2024-09-101-0/+2
* layout: Implement proper absolute child position for flexbox (#33346)Martin Robinson2024-09-097-425/+243
* Update web-platform-tests to revision b'ec9b870fec350e59e9db48ae2858e914a07f3...Servo WPT Sync2024-09-083-0/+44
* Fix intrinsic sizing of column flex containers (#33299)Oriol Brufau2024-09-0414-58/+0
* Fix various issues with replaced elements in flex layout (#33263)Oriol Brufau2024-08-3033-290/+3
* Fix automatic minimum size for column flexbox (#33248)Oriol Brufau2024-08-293-113/+0
* Handle aspect ratios in `ReplacedContent::inline_content_sizes` (#33240)Oriol Brufau2024-08-298-27/+0
* layout: Add an indefinite containing block for intrinsic sizing (#33204)Oriol Brufau2024-08-297-14/+0
* Remove `width` and `height` presentational hints for `<canvas>` (#33211)Oriol Brufau2024-08-281-2/+0
* layout: Add initial support for bidirectional text (BiDi) (#33148)Martin Robinson2024-08-213-0/+6
* Take into account the intrinsic block size when computing the main size of a ...Oriol Brufau2024-08-2032-91/+19
* layout: Layout for column flex-basis and minimum automatic size determination...Martin Robinson2024-08-1941-194/+2
* layout: Initial implementation of `flex-direction: column` and `column-revers...Martin Robinson2024-08-14115-318/+178
* layout: Non-auto `z-index` should always make stacking contexts for flex item...Martin Robinson2024-08-123-6/+0
* Update web-platform-tests to revision b'3634d5a63f2fa3969616396d95537c91c3348...Servo WPT Sync2024-08-079-0/+18
* layout: Add support for `align-content: stretch` (#32906)Martin Robinson2024-08-065-14/+0
* layout: Compute intrinsic sizes for flex items and flex containers (#32854)Delan Azabani2024-08-0234-111/+5
* Implement gaps in flexbox layout (#32891)Oriol Brufau2024-07-3113-28/+2
* layout: Add support for propagating baselines from flexbox (#32841)Martin Robinson2024-07-242-24/+6
* Fix sizing of replaced elements with min/max sizes (#32777)valadaptive2024-07-181-2/+0
* flex: handle ‘align-self: [ first | last ]? && baseline’ (#32787)Delan Azabani2024-07-1810-61/+0