mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Make iframes block the enclosing document's load event. Fixes #6663.
This commit is contained in:
parent
fc3f93235e
commit
e9b98ad5fa
17 changed files with 2054 additions and 19 deletions
|
@ -1662,7 +1662,7 @@ impl ScriptThread {
|
|||
let page = get_page(&self.root_page(), containing_pipeline);
|
||||
let document = page.document();
|
||||
if let Some(iframe) = document.find_iframe_by_pipeline(id) {
|
||||
iframe.iframe_load_event_steps();
|
||||
iframe.iframe_load_event_steps(id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue