mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Change tests results to set timeout/failure expected
This commit is contained in:
parent
19134be74f
commit
34cb55193d
10 changed files with 47 additions and 2 deletions
|
@ -77,12 +77,11 @@ impl AsyncResponseListener for HTMLMediaElementContext {
|
|||
}
|
||||
}
|
||||
|
||||
fn data_available(&mut self, payload: Vec<u8>) {
|
||||
fn data_available(&mut self, mut payload: Vec<u8>) {
|
||||
if self.ignore_response {
|
||||
return;
|
||||
}
|
||||
|
||||
let mut payload = payload;
|
||||
self.data.append(&mut payload);
|
||||
|
||||
let elem = self.elem.root();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue