mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
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.
This commit is contained in:
parent
3c06536cb6
commit
b4e41d8727
5 changed files with 68 additions and 17 deletions
|
@ -0,0 +1,2 @@
|
|||
[visibility-collapse-border-spacing-001.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue