mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision e3698c7bb3c309df69134e9bc0a375f00535e226
This commit is contained in:
parent
1b38197812
commit
e447ba9856
102 changed files with 1364 additions and 221 deletions
|
@ -122,6 +122,8 @@
|
|||
assert_true(had_checking, 'state should pass checking before' +
|
||||
' reaching connected or completed');
|
||||
t.done();
|
||||
} else if (iceConnectionState === 'failed') {
|
||||
assert_unreached("ICE should not fail");
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -165,6 +167,8 @@ async_test(t => {
|
|||
'Expect ICE transport to be in connected state when' +
|
||||
' iceConnectionState is completed');
|
||||
t.done();
|
||||
} else if (iceConnectionState === 'failed') {
|
||||
assert_unreached("ICE should not fail");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue