servo/tests/wpt/meta/css
Oriol Brufau de2da3b1e1
layout: Split overflow calculation after fragment tree construction (#37203)
Instead of computing scrollable overflow while constructing the fragment
tree, we will now do it later. In the future this will also allow to
only recalculate the overflow without rebuilding the tree when transform
properties change, but that's left for a follow-up.

Stylo PR: https://github.com/servo/stylo/pull/194

Testing: One test is now passing (more investigation is needed), but
otherwise this isn't expected to have any effect.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2025-05-30 19:41:05 +00:00
..
compositing Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
css-align Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
css-animations Sync WPT with upstream (27-04-2025) (#36708) 2025-04-27 02:05:07 +00:00
css-backgrounds Implement basics of link preloading (#37036) 2025-05-29 11:26:27 +00:00
css-borders Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
css-box Sync WPT with upstream (30-04-2025) (#36785) 2025-04-30 19:46:03 +00:00
css-cascade script: Implement deprecated CSSStyleSheet members (#36313) 2025-04-03 15:56:47 +00:00
css-color Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
css-color-hdr Sync WPT with upstream (20-04-2025) (#36618) 2025-04-20 01:47:50 +00:00
css-conditional Forward manager_number to NullBrowser constructor (#37125) 2025-05-25 15:12:55 +00:00
css-content Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
css-display Enable layout_grid_enabled pref for all tests (#36316) 2025-04-03 18:48:05 +00:00
css-easing Sync WPT with upstream (06-04-2025) (#36369) 2025-04-06 04:11:16 +00:00
css-env
css-flexbox Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
css-fonts Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
css-gaps Forward manager_number to NullBrowser constructor (#37125) 2025-05-25 15:12:55 +00:00
css-grid Sync WPT with upstream (04-05-2025) (#36829) 2025-05-04 01:43:02 +00:00
css-images Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
css-inline/baseline-source fix: Crashing due to input element hack (#36461) 2025-04-11 06:51:52 +00:00
css-lists Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
css-logical layout: Let getComputedStyle resolve auto min size as 0px when needed (#36430) 2025-04-14 10:31:48 +00:00
css-masking layout: Split overflow calculation after fragment tree construction (#37203) 2025-05-30 19:41:05 +00:00
css-masonry/tentative/parsing Sync WPT with upstream (13-04-2025) (#36488) 2025-04-13 02:52:15 +00:00
css-mixins Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
css-nesting Implement CSSStyleSheet::replaceSync (#36586) 2025-04-23 15:29:01 +00:00
css-overflow Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
css-paint-api Update web-platform-tests to revision b'8f3f629756d7351867a8be36d5f217608b9adc61' (#35065) 2025-01-19 01:36:07 +00:00
css-position layout: Add initial support for the ::marker pseudo-element (#36317) 2025-04-07 17:49:05 +00:00
css-pseudo layout: Add initial support for the ::marker pseudo-element (#36317) 2025-04-07 17:49:05 +00:00
css-sizing Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
css-syntax Sync WPT with upstream (13-04-2025) (#36488) 2025-04-13 02:52:15 +00:00
css-tables Implement document.scrollingElement (#35994) 2025-05-05 12:50:42 +00:00
css-text Forward manager_number to NullBrowser constructor (#37125) 2025-05-25 15:12:55 +00:00
css-text-decor layout: Move text decoration propagation to stacking context tree construction (#37069) 2025-05-21 16:38:29 +00:00
css-transforms Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
css-transitions layout: Add initial support for the ::marker pseudo-element (#36317) 2025-04-07 17:49:05 +00:00
css-ui Forward manager_number to NullBrowser constructor (#37125) 2025-05-25 15:12:55 +00:00
css-values Forward manager_number to NullBrowser constructor (#37125) 2025-05-25 15:12:55 +00:00
css-variables Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
css-will-change layout: Check if root before establishing containing block (#36360) 2025-04-29 19:19:31 +00:00
CSS2 Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
cssom Rename Stylesheet::Type_ to Stylesheet::Type (#37126) 2025-05-25 17:36:16 +00:00
cssom-view Sync WPT with upstream (11-05-2025) (#36954) 2025-05-11 01:41:53 +00:00
fill-stroke/animation Update web-platform-tests to revision b'3634d5a63f2fa3969616396d95537c91c3348fe5' (#32959) 2024-08-07 10:15:56 +00:00
filter-effects Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
geometry Sync WPT with upstream (11-05-2025) (#36954) 2025-05-11 01:41:53 +00:00
mediaqueries Add support for HTMLStyleElement.media (#35148) 2025-01-25 04:34:58 +00:00
selectors Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
WOFF2