mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Reimplement scrolling to fragments
This reimplemntation of the feature uses ScrollRootIds to scroll particular scrollable areas of the page. Fixes #13736. Fixes #10753.
This commit is contained in:
parent
39845faf26
commit
0b56bb2237
18 changed files with 154 additions and 45 deletions
|
@ -6414,6 +6414,18 @@
|
|||
"url": "/_mozilla/mozilla/iframe/resize_after_load.html"
|
||||
}
|
||||
],
|
||||
"mozilla/simple_scroll_to_fragment.html": [
|
||||
{
|
||||
"path": "mozilla/simple_scroll_to_fragment.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/simple_scroll_to_fragment_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/simple_scroll_to_fragment.html"
|
||||
}
|
||||
],
|
||||
"mozilla/sslfail.html": [
|
||||
{
|
||||
"path": "mozilla/sslfail.html",
|
||||
|
@ -21432,6 +21444,18 @@
|
|||
"url": "/_mozilla/mozilla/iframe/resize_after_load.html"
|
||||
}
|
||||
],
|
||||
"mozilla/simple_scroll_to_fragment.html": [
|
||||
{
|
||||
"path": "mozilla/simple_scroll_to_fragment.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/simple_scroll_to_fragment_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/simple_scroll_to_fragment.html"
|
||||
}
|
||||
],
|
||||
"mozilla/sslfail.html": [
|
||||
{
|
||||
"path": "mozilla/sslfail.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue