mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
layout: Ensure that <caption>
's support position: relative
(#33426)
This change adds support for `position: relative` to table `<caption>`. In addition to adjusting their position according to inset values, table captions must also establish containing blocks for descendants that are absolutely positioned. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
eecf5bdea1
commit
ef229b9386
5 changed files with 52 additions and 7 deletions
|
@ -1,2 +0,0 @@
|
|||
[position-relative-table-caption.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue