Fix stretch sizes on replaced abspos (#34430)

We were sizing absolutely positioned replaced elements within their
actual containing block instead of the inset-modified containing block.
Then the `stretch` keyword would result in a wrong size.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2024-12-05 21:45:20 +01:00 committed by GitHub
parent 54761b4f32
commit 5201c84fb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 189 additions and 120 deletions

View file

@ -1,2 +0,0 @@
[positioned-replaced-1.html]
expected: FAIL