mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update test expectations. Mark script loads as complete when the response is complete.
This commit is contained in:
parent
8082df7d0d
commit
ef8a127156
11 changed files with 14 additions and 39 deletions
|
@ -100,6 +100,7 @@ impl DocumentLoader {
|
|||
}
|
||||
|
||||
pub fn is_blocked(&self) -> bool {
|
||||
//TODO: Ensure that we report blocked if parsing is still ongoing.
|
||||
!self.blocking_loads.is_empty()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue