mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix painting order of atomic inline stacking containers (#30458)
* Sort stacking contexts and stacking containers by painting order * fix stealing of stacking containers; fix interleaving with fragments * actually positioned stacking containers should be stolen too * update expectations and clean up panic changes * rework naming and docs * rename s_c_a_p_s_c to real_s_c_a_p_s_c; fix docs * rename InlineStackingContainer to AtomicInlineStackingContainer * rework debug logging to use PrintTree * clean up docs and PrintTree output * don't panic unless cfg!(debug_assertions) is true * update expectations
This commit is contained in:
parent
c06ec90151
commit
afe4faa09a
11 changed files with 374 additions and 156 deletions
|
@ -0,0 +1,2 @@
|
|||
[preserve3d-and-flattening-z-order-005.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue