mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Create proper root ClipId when scrolling from script
WebRender currently makes a distinction between an external ClipId with id equal to 0 and the root scroll ClipId. We need to detect this situation and properly form the ClipId for the root.
This commit is contained in:
parent
0a54d5a025
commit
6017dc0836
4 changed files with 59 additions and 1 deletions
|
@ -6485,6 +6485,18 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/scroll_root.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/scroll_root.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/mozilla/scroll_root_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/scrolling_div_background_borders.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/scrolling_div_background_borders.html",
|
||||
|
@ -11007,6 +11019,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/scroll_root_ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/scrolling_div_background_borders_background.png": [
|
||||
[
|
||||
{}
|
||||
|
@ -31289,6 +31306,14 @@
|
|||
"b9917be5fed364dbc46264f641f54f275b5c054a",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/scroll_root.html": [
|
||||
"21c447dd041a77fb54e2b28c8b76de684afb9560",
|
||||
"reftest"
|
||||
],
|
||||
"mozilla/scroll_root_ref.html": [
|
||||
"ce75eb73232617c77309aca879ba8d34461538a6",
|
||||
"support"
|
||||
],
|
||||
"mozilla/scroll_top_null_target.html": [
|
||||
"8e419c3f33fba1bc1444cf4c6dd3e5977f6fd841",
|
||||
"testharness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue