aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/custom-elements
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2024-06-11 20:59:09 +0200
committerGitHub <noreply@github.com>2024-06-11 18:59:09 +0000
commitb4e41d872789206a618ff729dc6f9fa8065cabd0 (patch)
treeab22191ab8045de23dfd93abc523d91388b71eb7 /tests/wpt/meta/custom-elements
parent3c06536cb67984d1f4822ea4cbf6618016b0e4ec (diff)
downloadservo-b4e41d872789206a618ff729dc6f9fa8065cabd0.tar.gz
servo-b4e41d872789206a618ff729dc6f9fa8065cabd0.zip
Fix table track offsets when there is `visibility: collapse` (#32469)
Each non-collapsed track used to increase the offset by the subsequent border spacing. Now they will take care of their preceding spacing instead. This way, if a cell spans two rows, and the second is collapsed, the cell won't be forced to be at least as tall as the border spacing. This matches Gecko and Blink (WebKit lacks `visibility: collapse`). This makes visibility-collapse-border-spacing-001.html fail because we generate outlines in a different way than Blink. Gecko also fails it in a similar (but different) way.
Diffstat (limited to 'tests/wpt/meta/custom-elements')
0 files changed, 0 insertions, 0 deletions