mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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:
parent
54761b4f32
commit
5201c84fb4
5 changed files with 189 additions and 120 deletions
26
tests/wpt/meta/MANIFEST.json
vendored
26
tests/wpt/meta/MANIFEST.json
vendored
|
@ -242884,6 +242884,32 @@
|
|||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"positioned-replaced-2.html": [
|
||||
"9a991d236ef2ddd7b8df1d4bff43578e5e741a68",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square-only.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"positioned-replaced-3.html": [
|
||||
"c11fcfd9521fc212929524e63f02a4ea218052c2",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square-only.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
]
|
||||
},
|
||||
"svg-intrinsic-size-005.html": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue