mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision b'51407aaa3d17aa440f6807caef5e390dc779087a'
This commit is contained in:
parent
60b642968b
commit
4db11786c5
263 changed files with 6777 additions and 1228 deletions
|
@ -92,12 +92,10 @@
|
|||
|
||||
const trickle = (t, pc1, pc2) => {
|
||||
pc1.onicecandidate = t.step_func(async e => {
|
||||
if (e.candidate) {
|
||||
try {
|
||||
await pc2.addIceCandidate(e.candidate);
|
||||
} catch (e) {
|
||||
assert_true(false, "addIceCandidate threw error: " + e.name);
|
||||
}
|
||||
try {
|
||||
await pc2.addIceCandidate(e.candidate);
|
||||
} catch (e) {
|
||||
assert_true(false, "addIceCandidate threw error: " + e.name);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue