mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
set document ready state to complete in step 4 of parser abort
This commit is contained in:
parent
7530faa4ea
commit
cca354b217
1 changed files with 1 additions and 2 deletions
|
@ -380,8 +380,7 @@ impl ServoParser {
|
|||
self.document.set_current_parser(None);
|
||||
|
||||
// Step 4.
|
||||
self.document
|
||||
.set_ready_state(DocumentReadyState::Interactive);
|
||||
self.document.set_ready_state(DocumentReadyState::Complete);
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#active-parser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue