Update test expectations. Mark script loads as complete when the response is complete.

This commit is contained in:
Josh Matthews 2015-05-21 09:53:19 -04:00
parent 8082df7d0d
commit ef8a127156
11 changed files with 14 additions and 39 deletions

View file

@ -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()
}