Update web-platform-tests to revision e3698c7bb3c309df69134e9bc0a375f00535e226

This commit is contained in:
WPT Sync Bot 2020-07-07 08:19:56 +00:00
parent 1b38197812
commit e447ba9856
102 changed files with 1364 additions and 221 deletions

View file

@ -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");
}
});