aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css
Commit message (Expand)AuthorAgeFilesLines
...
* Skip anonymous blocks for percentage resolution (#33658)Oriol Brufau2024-10-052-4/+0
* Sync WPT with upstream (29-09-2024) (#33580)Servo WPT Sync2024-09-297-9/+79
* Make ComputedValuesExt expose keywords for the sizing properties (#33558)Oriol Brufau2024-09-271-3/+0
* Fix table track constrainedness (#33550)Oriol Brufau2024-09-265-25/+1
* Update web-platform-tests to revision b'8e164c249d2b93a4234a2710a5e2cc5a16fab...Servo WPT Sync2024-09-2219-6/+191
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-2051-2655/+3
* layout: Ensure that `<caption>`'s support `position: relative` (#33426)Martin Robinson2024-09-192-4/+0
* layout: Add support for `object-fit` and `object-position` (#33479)Martin Robinson2024-09-1845-474/+0
* Small improvements for table border collapse (#33452)Oriol Brufau2024-09-169-18/+2
* Do not remove extra columns at the end of the table (#33451)Oriol Brufau2024-09-164-20/+8
* Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c...Servo WPT Sync2024-09-1553-29/+1042
* Allow table-layout:fixed to shrink cells to less than the border+padding (#33...Oriol Brufau2024-09-1313-27/+0
* Fix precision issue with line heights (#33438)Oriol Brufau2024-09-1320-40/+0
* Upgrade stylo to 2024-09-02 (#33370)Oriol Brufau2024-09-132-24/+0
* uses app units in display_list (#33420)atbrakhi2024-09-132-2/+2
* Fix inset box-shadow to use the padding box (#33433)Oriol Brufau2024-09-134-8/+0
* layout: `<th>` should have `text-align: center` when the child of an element ...Martin Robinson2024-09-121-2/+0
* Add support for `table-layout: fixed` (#33384)Oriol Brufau2024-09-1219-94/+0
* Avoid crash with large table column widths (#33424)Oriol Brufau2024-09-121-2/+0
* Add `width` and `height` presentational hints for table-related elements (#33...Oriol Brufau2024-09-127-16/+2
* Handle all `white-space` values when intrinsically sizing an IFC (#33343)Oriol Brufau2024-09-113-5/+2
* layout: Reverse space-between alignment properly for absolute children of fle...Martin Robinson2024-09-111-16/+4
* Let table-related boxes adjust their `overflow` values (#33400)Oriol Brufau2024-09-112-4/+0
* layout: Right-to-left support for other layout modes (#33375)Martin Robinson2024-09-1172-313/+121
* Make Crashtests with test-wait wait (#33344)Taym Haddadi2024-09-108-1/+15
* layout: Implement proper absolute child position for flexbox (#33346)Martin Robinson2024-09-0910-465/+243
* Update web-platform-tests to revision b'ec9b870fec350e59e9db48ae2858e914a07f3...Servo WPT Sync2024-09-0839-8/+537
* layout: Lay out absolutes in atomic containing blocks (#33336)Martin Robinson2024-09-0650-377/+2
* Fix intrinsic sizing of column flex containers (#33299)Oriol Brufau2024-09-0414-58/+0
* Update web-platform-tests to revision b'5d8ec746ed021738e7ee0cee92ad1a1814ba0...Servo WPT Sync2024-09-0135-9/+1695
* Fix various issues with replaced elements in flex layout (#33263)Oriol Brufau2024-08-3035-294/+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-2910-35/+0
* layout: Add an indefinite containing block for intrinsic sizing (#33204)Oriol Brufau2024-08-2915-31/+0
* layout: Add initial support for `clip-path: [<basic-shape> || <shape-box>]` (...Chocolate Pie2024-08-2849-48/+59
* Remove `width` and `height` presentational hints for `<canvas>` (#33211)Oriol Brufau2024-08-285-11/+0
* Respect min/max constraints in the block axis of block containers (#33203)Oriol Brufau2024-08-271-2/+0
* layout: Enable flexbox by default on non-legacy layout (#33186)Martin Robinson2024-08-2649-258/+464
* Update web-platform-tests to revision b'd988aeeb33edc4d452899921799b8bed69fff...Servo WPT Sync2024-08-2523-3/+532
* script: Update list of non-TS pseudo classes supported by Servo (#33165)Martin Robinson2024-08-246-32/+0
* shaping: Don't assume there's a space glyph when rendering tabs (#32979)Martin Robinson2024-08-231-1/+1
* layout: Add initial support for bidirectional text (BiDi) (#33148)Martin Robinson2024-08-2196-206/+100
* 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
* Refactor `GlyphStore::iter_glyphs_for_byte_range` without recursion (#33074)Cristian Brinza2024-08-191-4/+0
* Update web-platform-tests to revision b'ebe057a1153d34042bac1ff3dc944220876f6...Servo WPT Sync2024-08-1963-15/+1675
* Update stylo for latest changes. (#33079)Josh Matthews2024-08-169-469/+0
* layout: Initial implementation of `flex-direction: column` and `column-revers...Martin Robinson2024-08-14116-318/+180
* 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'3b3beee1bf2469013583bafe702f2d4821d76...Servo WPT Sync2024-08-1120-51/+130