mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3094,6 +3094,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"servo_arc",
|
||||
"servo_config",
|
||||
"servo_url",
|
||||
"style",
|
||||
"style_traits",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue