mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Don't scroll background and borders of overflow:scroll blocks
We want them to be children of the parent scrolling root instead of the scrolling root of the particular block they belong to. Also, we adjust the scroll root to only include the content region.
This commit is contained in:
parent
a0619688a6
commit
f090d00c09
5 changed files with 85 additions and 8 deletions
|
@ -6414,6 +6414,18 @@
|
|||
"url": "/_mozilla/mozilla/iframe/resize_after_load.html"
|
||||
}
|
||||
],
|
||||
"mozilla/scrolling_div_background_borders.html": [
|
||||
{
|
||||
"path": "mozilla/scrolling_div_background_borders.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/scrolling_div_background_borders_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/scrolling_div_background_borders.html"
|
||||
}
|
||||
],
|
||||
"mozilla/simple_scroll_to_fragment.html": [
|
||||
{
|
||||
"path": "mozilla/simple_scroll_to_fragment.html",
|
||||
|
@ -21444,6 +21456,18 @@
|
|||
"url": "/_mozilla/mozilla/iframe/resize_after_load.html"
|
||||
}
|
||||
],
|
||||
"mozilla/scrolling_div_background_borders.html": [
|
||||
{
|
||||
"path": "mozilla/scrolling_div_background_borders.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/scrolling_div_background_borders_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/scrolling_div_background_borders.html"
|
||||
}
|
||||
],
|
||||
"mozilla/simple_scroll_to_fragment.html": [
|
||||
{
|
||||
"path": "mozilla/simple_scroll_to_fragment.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue