aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-sizing
Commit message (Expand)AuthorAgeFilesLines
* Update web-platform-tests to revision b'aa0081aeb91d3890fbc8e21ccda3ab61ccd09...wpt_update_23-03-2025Servo WPT Sync2025-03-232-4/+0
* layout: Stop ignoring containing block padding for the static position (#36051)Oriol Brufau2025-03-196-16/+16
* layout: Support min/max main keyword sizes in flexbox (#35961)Oriol Brufau2025-03-195-141/+0
* layout: Don't consider a definite `stretch` size as intrinsic (#36045)Oriol Brufau2025-03-191-2/+0
* layout: Fix intrinsic contributions of indefinite `stretch` keyword (#36030)Oriol Brufau2025-03-181-18/+0
* Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11...Servo WPT Sync2025-03-182-2/+18
* Bump Stylo to from a93e7ef to 4add86f (#34714)Asun02042025-03-111-2/+0
* layout: Fix interaction of margin and stretch size on block-level boxes (#35904)Oriol Brufau2025-03-118-69/+240
* layout: Support min/max cross keywords sizes in flexbox (#35860)Oriol Brufau2025-03-106-174/+0
* Add test for percentage sizes resolving against subpixel lengths (#35809)Oriol Brufau2025-03-101-0/+2
* layout: Handle keyword sizes when computing the hypothetical cross size (#35826)Oriol Brufau2025-03-102-21/+0
* Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589...Servo WPT Sync2025-03-0912-15/+301
* layout: Partial support for keyword sizes on preferred cross size (#35682)Oriol Brufau2025-03-044-57/+15
* layout: Use definite cross size to compute flex base size (#35688)Oriol Brufau2025-02-271-2/+0
* layout: Ignore indefinite `stretch` on min and max sizing properties (#35630)Oriol Brufau2025-02-244-18/+21
* layout: Fully support sizing keywords on main size property of flex item (#35...Oriol Brufau2025-02-171-3/+0
* layout: Partial support for sizing keywords on flex items (#35469)Oriol Brufau2025-02-174-12/+297
* layout: Basic implementation of size keywords on `flex-basis` (#35413)Oriol Brufau2025-02-131-12/+0
* Let animations&transitions fall back to discrete interpolation (#34981)Oriol Brufau2025-01-307-1812/+0
* Update web-platform-tests to revision b'475127f90be9926867796ff98717b621a358a...Servo WPT Sync2025-01-121-2/+0
* Treat % as 0 for the min-content contribution of replaced elements (#32103)Oriol Brufau2025-01-061-9/+0
* layout: Pass the right containing block to `find_block_margin_collapsing_with...Oriol Brufau2024-12-232-4/+0
* layout: Implement keyword sizes for block layout heuristics (#34695)Oriol Brufau2024-12-232-0/+4
* Update web-platform-tests to revision b'979291d49c1a8e3d811df117d9e6b5d399a6d...Servo WPT Sync2024-12-225-0/+386
* layout: Never stretch indefinite intrinsic keywords other than `auto` (#34672)Oriol Brufau2024-12-181-0/+9
* Partial implementation of keyword sizes for block layout (#34568)Oriol Brufau2024-12-1642-160/+32
* Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a65...Servo WPT Sync2024-12-158-7/+50
* Fix `stretch` sizes on replaced abspos (#34430)Oriol Brufau2024-12-051-2/+0
* Update web-platform-tests to revision b'bf49dde84c5f05613115d6146d109f0ec3900...Servo WPT Sync2024-12-0512-0/+846
* Use natural ratio for `object-fit` (#34413)Oriol Brufau2024-11-283-6/+0
* Update web-platform-tests to revision b'6d461cc41e1a9951e1991a94f651e389b0ca2...Servo WPT Sync2024-11-241-0/+2
* Update web-platform-tests to revision b'6cf69a4f431581e9438681abc776029308ee8...Servo WPT Sync2024-11-171-0/+2
* Fix inline content sizes of intrinsic element with indefinite block size (#34...Oriol Brufau2024-11-115-14/+0
* Update web-platform-tests to revision b'8686b7a6d288d3b2c22b5ddb5a21773619b22...Servo WPT Sync2024-11-102-0/+24
* Implement keyword sizes for replaced elements (#34091)Oriol Brufau2024-11-0512-24/+0
* Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad40...Servo WPT Sync2024-11-032-0/+6
* Use default object size as fallback for intrinsic size of replaced element (#...Oriol Brufau2024-10-311-3/+0
* Properly handle fallback aspect ratio for videos (#34082)Oriol Brufau2024-10-311-0/+9
* Properly transfer min/max constraints on auto-sized replaced elements (#34026)Oriol Brufau2024-10-302-0/+4
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-291-6/+0
* Implement keyword sizes for intrinsic contributions (#33854)Oriol Brufau2024-10-262-4/+0
* Implement `transition-behavior` (#33991)Oriol Brufau2024-10-241-18/+0
* Implement keyword sizes on absolute/fixed positioned elements (#33950)Oriol Brufau2024-10-2237-74/+0
* Update web-platform-tests to revision b'5a9d9349a312e12a950d5f4703cd41609a06f...Servo WPT Sync2024-10-208-0/+67
* Implement keyword sizes on atomic inlines (#33737)Oriol Brufau2024-10-103-2/+20
* Enable `stretch` keyword (#33659)Oriol Brufau2024-10-056-432/+0
* Skip anonymous blocks for percentage resolution (#33658)Oriol Brufau2024-10-051-2/+0
* Update web-platform-tests to revision b'8e164c249d2b93a4234a2710a5e2cc5a16fab...Servo WPT Sync2024-09-222-0/+4
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-2022-1398/+0
* Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c...Servo WPT Sync2024-09-151-0/+3