mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Delay stylesheet load in test to increase confidence.
This commit is contained in:
parent
f3cdba6b8b
commit
a1ae53a230
12 changed files with 82 additions and 116 deletions
|
@ -610,7 +610,7 @@ impl LayoutTask {
|
|||
Some(environment_encoding),
|
||||
Origin::Author);
|
||||
|
||||
//TODO: mark critical subresources as blocking load as well
|
||||
//TODO: mark critical subresources as blocking load as well (#5974)
|
||||
let ScriptControlChan(ref chan) = self.script_chan;
|
||||
chan.send(ConstellationControlMsg::StylesheetLoadComplete(self.id, url, responder)).unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue