aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/CSS2/visufx
Commit message (Collapse)AuthorAgeFilesLines
* Add support for `table-layout: fixed` (#33384)Oriol Brufau2024-09-121-2/+0
| | | | | | | More details might be needed to fully support the feature, but this covers the basic functionality. Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-133-6/+0
| | | | | | | The specification gives instructions for how these values should be propagated. The other big changs here is that they aren't applied to the `<body>`. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
* Enable CSS Tables by default (#31470)Oriol Brufau2024-03-071-0/+2
| | | And remove the pref `layout.tables.enabled`.
* Sync WPT with upstream (12-11-2023) (#30724)Servo WPT Sync2023-11-151-0/+18
| | | | | | | | | | | | * Update web-platform-tests to revision b'46476776fdbf0a62522621002ba8af68e4d478b6' * wpt import: update expectation Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* Make the choice of layout runtime settingMartin Robinson2023-07-061-2/+0
| | | | Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
* Rename metadata directoriesMartin Robinson2023-06-225-0/+128
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`