mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Allow overflow:scroll without a stacking context
Fix the long-standing bug where items that are positioned and have overflow:scroll or overflow:auto automatically create stacking contexts. In order to do this we need to fix another bug where display list sorting can put a Clip or ScrollFrame definition after the first time it is used in a display list.
This commit is contained in:
parent
4743696189
commit
f1b98393cc
5 changed files with 49 additions and 45 deletions
|
@ -25536,11 +25536,11 @@
|
|||
"support"
|
||||
],
|
||||
"css/stacked_layers.html": [
|
||||
"db8e8e17e980bbeb6f7f0858be6fbe9aeede378c",
|
||||
"9060686b4edb2bb051e0bd60116800de0a18bb7d",
|
||||
"reftest"
|
||||
],
|
||||
"css/stacked_layers_ref.html": [
|
||||
"cfc3b330a7672edb48b04b2fbc7ca2c05d2e9cd3",
|
||||
"2e36ba51990322feb0da6c5ee14d329f16037018",
|
||||
"support"
|
||||
],
|
||||
"css/stacking_context_overflow_a.html": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue