mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Implement Element.innerHTML setter
This commit is contained in:
parent
a521755607
commit
99286e4b4f
9 changed files with 109 additions and 67 deletions
|
@ -1013,7 +1013,7 @@ impl ScriptTask {
|
|||
HTMLInput::InputUrl(response)
|
||||
};
|
||||
|
||||
parse_html(document.r(), parse_input, &final_url);
|
||||
parse_html(document.r(), parse_input, &final_url, None);
|
||||
|
||||
document.r().set_ready_state(DocumentReadyState::Interactive);
|
||||
self.compositor.borrow_mut().set_ready_state(incomplete.pipeline_id, PerformingLayout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue