mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Fix incremental reflow of text selection changes
Also replace force_relayout methods with direct Node::dirty calls, for clarity.
This commit is contained in:
parent
0397e2a24d
commit
776aae6399
5 changed files with 83 additions and 20 deletions
|
@ -2603,6 +2603,18 @@
|
|||
"url": "/_mozilla/css/input_selection_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_incremental_a.html": [
|
||||
{
|
||||
"path": "css/input_selection_incremental_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_selection_incremental_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_selection_incremental_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_ref.html": [
|
||||
{
|
||||
"path": "css/input_selection_ref.html",
|
||||
|
@ -9025,6 +9037,18 @@
|
|||
"url": "/_mozilla/css/input_selection_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_incremental_a.html": [
|
||||
{
|
||||
"path": "css/input_selection_incremental_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_selection_incremental_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_selection_incremental_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_ref.html": [
|
||||
{
|
||||
"path": "css/input_selection_ref.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue