aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/CSS2/box
Commit message (Collapse)AuthorAgeFilesLines
* layout: Use `BoxFragment` border widths for display list generation (#31292)Martin Robinson2024-02-084-8/+0
| | | | | | | Instead of using the border widths from the style, use the ones recorded by the `BoxFragment`. This is necessary because inline layout can override these border widths during fragmentation. For instance, when a box is split across two lines only one fragment should have an inline start border.
* Rename metadata directoriesMartin Robinson2023-06-229-0/+18
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`