aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css
Commit message (Expand)AuthorAgeFilesLines
...
* layout: Improve distribution colspan cell inline size (#35095)Martin Robinson2025-01-218-78/+0
* layout: Paint collapsed table borders on their own (#35075)Oriol Brufau2025-01-219-16/+2
* layout: Fix clientWidth & friends for tables (#35096)Oriol Brufau2025-01-202-10/+0
* layout: Respect alignment when sizing replaced abspos (#35085)Oriol Brufau2025-01-204-18/+0
* Update web-platform-tests to revision b'8f3f629756d7351867a8be36d5f217608b9ad...Servo WPT Sync2025-01-1925-13/+386
* Enable more test directories and preferences (#34952)Josh Matthews2025-01-173-3/+3
* layout: Allow different collapsed border style/color within a row/column (#35...Oriol Brufau2025-01-168-16/+0
* layout: Make non-`normal` `align-content` establish a block formatting contex...TIN TUN AUNG2025-01-1510-259/+3
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-143-3/+3
* layout: Improve logic for block size of table (#34947)Oriol Brufau2025-01-137-18/+0
* Update web-platform-tests to revision b'475127f90be9926867796ff98717b621a358a...Servo WPT Sync2025-01-1230-13/+384
* layout: Improve painting of collapsed borders in table layout (#34933)Oriol Brufau2025-01-1182-160/+4
* layout: Improve sizing of tables in collapsed-borders mode (#34932)Oriol Brufau2025-01-1017-36/+4
* Bump taffy to v0.7.5 (#34927)Nico Burns2025-01-1024-572/+0
* layout: grid-template getComputedStyle cleanup (#34926)Steven Novaryo2025-01-104-129/+3
* layout: grid template getComputedStyle resolved value (#34885)Steven Novaryo2025-01-0915-767/+108
* layout: Defer some table sizing logic to the parent formatting context (#34889)Oriol Brufau2025-01-098-21/+0
* Upgrade Stylo to 2025-01-02 (#34894)Oriol Brufau2025-01-082-57/+0
* Enable relative color syntax (#34897)Oriol Brufau2025-01-0820-6344/+0
* Support the `:host` selector (#34870)Simon Wülker2025-01-074-8/+1
* Treat % as 0 for the min-content contribution of replaced elements (#32103)Oriol Brufau2025-01-061-9/+0
* Update web-platform-tests to revision b'c72ee0c082d350b8b44f7a6bac1f028752b13...Servo WPT Sync2025-01-0520-0/+142
* Sync WPT with upstream (29-12-2024) (#34789)Servo WPT Sync2024-12-292-2/+2
* Add check for valid custom element name in element::attach_shadow (#34749)Steven Novaryo2024-12-242-2/+10
* 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-2277-0/+1078
* layout: Fix intrinsic contributions of tables (#34696)Oriol Brufau2024-12-204-8/+0
* layout: Lay out Shadow DOM elements (#34701)Martin Robinson2024-12-196-5/+7
* layout: Never stretch indefinite intrinsic keywords other than `auto` (#34672)Oriol Brufau2024-12-181-0/+9
* layout: Allow same `ScriptThread` `<iframe>`s to be resized synchronously (#3...Martin Robinson2024-12-176-55/+0
* Complete implementation of keyword sizes for block layout (#34641)Oriol Brufau2024-12-161-36/+0
* wpt: Fix flakiness in `vh_not_refreshing_on_chrome.html` (#34626)Martin Robinson2024-12-161-2/+0
* Partial implementation of keyword sizes for block layout (#34568)Oriol Brufau2024-12-16113-583/+131
* Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a65...Servo WPT Sync2024-12-1530-24/+258
* layout: Fix CSS `attr()` function case sensitivity matching (#34574)Steven Novaryo2024-12-133-6/+0
* layout: Fix ordering of padding, border, and margin in inline BiDi (#34572)Dmitrii Desiatkin2024-12-129-18/+0
* Update response handling in main_fetch (#34570)shanehandley2024-12-111-4/+0
* script: Remove 'pending reflow' concept and some explicit reflows (#34558)Martin Robinson2024-12-112-4/+0
* Update web-platform-tests to revision b'7b6f075f0ec3c52d92c61fb9f35ce0ec927b1...Servo WPT Sync2024-12-0811-69/+86
* Upgrade Stylo to 2024-12-04 (#34501)Oriol Brufau2024-12-064-26/+0
* Fix `stretch` sizes on replaced abspos (#34430)Oriol Brufau2024-12-051-2/+0
* layout: Add missing support for some alignment keywords on absolutely positio...tanishka2024-12-0512-76/+16
* Update web-platform-tests to revision b'bf49dde84c5f05613115d6146d109f0ec3900...Servo WPT Sync2024-12-0580-34/+1113
* 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
* Make Servo compatible with Stylo with `prefers-color-scheme` support (#34423)Nico Burns2024-11-291-12/+0
* 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-2432-26/+411
* Implement `ShadowRoot.innerHtml` attribute (#34335)Simon Wülker2024-11-225-31/+1