mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
layout: Lay out absolutes in atomic containing blocks (#33336)
When inline atomics establish containing blocks for absolute descendants, layout should happen with those atomics as the containing block. This ensures that the absolute descendents have the correct containing block and Fragment parent. This wasn't happening before and this change fixes that. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
ebed9218f2
commit
c24c7d8e4d
51 changed files with 19 additions and 386 deletions
|
@ -1,71 +1,11 @@
|
|||
[position-absolute-replaced-minmax.html]
|
||||
expected: TIMEOUT
|
||||
[minmax replaced IFRAME 1]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 2]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 3]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 4]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 5]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 6]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 7]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 8]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 9]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 10]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 11]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 12]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 13]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 14]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 15]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 16]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 17]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 18]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 19]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 20]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 21]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 22]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG svg 23]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue