mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Rebase and fix innerText
This commit is contained in:
parent
bc87b41db3
commit
23fcd3a850
3 changed files with 13 additions and 28 deletions
|
@ -1427,7 +1427,7 @@ impl LayoutThread {
|
|||
ReflowGoal::ElementInnerTextQuery(node) => {
|
||||
let node = unsafe { ServoLayoutNode::new(&node) };
|
||||
rw_data.element_inner_text_response =
|
||||
process_element_inner_text_query(node, &rw_data.display_list);
|
||||
process_element_inner_text_query(node, &rw_data.indexable_text);
|
||||
},
|
||||
ReflowGoal::Full | ReflowGoal::TickAnimations => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue