mirror of
https://github.com/servo/servo.git
synced 2025-08-30 17:48:20 +01:00
Update web-platform-tests to revision 064f51c50eab34723ef435e80188bde08f718c2c
This commit is contained in:
parent
348f5520ee
commit
3c4e5d8f18
44 changed files with 769 additions and 789 deletions
|
@ -38,10 +38,6 @@ This test uses data only, and thus does not require fake media devices.
|
|||
}
|
||||
});
|
||||
|
||||
var onRemoteStream = test.step_func(function(event) {
|
||||
assert_unreached('WebRTC received a stream when there was none');
|
||||
});
|
||||
|
||||
var getStatsRecordByType = function(stats, type) {
|
||||
for (let stat of stats.values()) {
|
||||
if (stat.type == type) {
|
||||
|
@ -91,7 +87,6 @@ This test uses data only, and thus does not require fake media devices.
|
|||
|
||||
gSecondConnection = new RTCPeerConnection(null);
|
||||
gSecondConnection.onicecandidate = onIceCandidateToSecond;
|
||||
gSecondConnection.onaddstream = onRemoteStream;
|
||||
|
||||
// The createDataChannel is necessary and sufficient to make
|
||||
// sure the ICE connection be attempted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue