aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css
Commit message (Expand)AuthorAgeFilesLines
* 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
* Layout: Implement CSS Grid using `taffy` (#32619)Nico Burns2024-11-21490-10300/+536
* Upgrade Stylo to 2024-11-01 (#34322)Oriol Brufau2024-11-2114-56/+0
* Implement `element.shadowRoot` attribute (#34306)Simon Wülker2024-11-211-1/+2
* Include non-shadowdom children of shadow hosts in style calculation (#34298)Simon Wülker2024-11-2021-24/+39
* Enable Shadow DOM for tests (#34299)Josh Matthews2024-11-2034-32/+174
* style: Add support for `is()` and `where()` selectors (#34066)Martin Robinson2024-11-1920-380/+0
* layout: Use `Size::FitContent` when the alignment isn't `normal` or `stretch`...tanishka2024-11-1824-588/+12
* Update web-platform-tests to revision b'6cf69a4f431581e9438681abc776029308ee8...Servo WPT Sync2024-11-1723-13/+235
* Fix offsetLeft/offsetTop to match major browsers (#32761)Nico Burns2024-11-1620-1173/+24
* Support justify-self on absolutely positioned elements (#34235)chickenleaf2024-11-131-36/+0
* 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-1026-17/+237
* Implement keyword sizes for replaced elements (#34091)Oriol Brufau2024-11-0512-24/+0
* layout: Properly calculate free space in flexbox flexible length resolution (...Martin Robinson2024-11-0515-40/+0
* Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad40...Servo WPT Sync2024-11-0330-87/+596
* DOMRectList interface implementation (#34025)chickenleaf2024-11-013-37/+0
* Unify sizing logic for replaced elements (#34076)Oriol Brufau2024-11-011-6/+0
* 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
* Fix geometry queries for floats and replaced inlines (#34083)Oriol Brufau2024-10-312-51/+0
* Fix timeout in position-absolute-replaced-minmax.html (#34075)Oriol Brufau2024-10-301-20/+19
* Enable css-grid WPT tests (#34052)Nico Burns2024-10-301040-0/+33645
* 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-293-10/+0
* layout: Add support for `mix-blend-mode: plus-lighter` (#34057)Martin Robinson2024-10-293-7/+0
* Update web-platform-tests to revision b'73d6bd0d61f0ad5341d0c2303a7638e3aa12a...Servo WPT Sync2024-10-2710-0/+52
* Implement keyword sizes for intrinsic contributions (#33854)Oriol Brufau2024-10-262-4/+0
* Allow parsing `transition-behavior` value in `transition` shorthand (#34005)Oriol Brufau2024-10-251-66/+0
* Implement `transition-behavior` (#33991)Oriol Brufau2024-10-2428-1011/+0
* Consistent resolution of cyclic percentages in min sizing properties (#33988)Oriol Brufau2024-10-241-0/+2
* Implement keyword sizes on absolute/fixed positioned elements (#33950)Oriol Brufau2024-10-2238-76/+0
* Refactor positioned layout (#33922)Oriol Brufau2024-10-212-4/+0
* Update web-platform-tests to revision b'5a9d9349a312e12a950d5f4703cd41609a06f...Servo WPT Sync2024-10-2044-3/+373
* Remove BoxFragment::overconstrained (#33907)Oriol Brufau2024-10-192-216/+0
* Fix resolved value of insets to use margin box instead of content box (#33906)Oriol Brufau2024-10-182-9/+0
* Update web-platform-tests to revision b'c7076ab2397dd3dcf0bb93dc304d05be04cd2...Servo WPT Sync2024-10-136-9/+6
* Implement DOMRect::FromRect (#33798)Simon Wülker2024-10-112-39/+0
* Implement DOMMatrix `stringifier` (#33792)Simon Wülker2024-10-114-259/+1
* Use NaN-safe comparisons in DOMQuad::GetBounds (#33794)Simon Wülker2024-10-112-29/+0
* Update DOMMatrix::is2D when modifying elements (#33796)Simon Wülker2024-10-111-30/+0
* layout: Handle inline margins in `layout_for_block_content_size()` (#33780)tanishka2024-10-101-2/+0
* Implement keyword sizes on atomic inlines (#33737)Oriol Brufau2024-10-103-2/+20
* 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-0619-6/+107
* Enable `stretch` keyword (#33659)Oriol Brufau2024-10-0512-816/+0