| Index: LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html
|
| diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html b/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html
|
| index 06d84bb73efaee4c856cbde775693679717dc156..10809488998829b8bdf0769876a49545514a630a 100644
|
| --- a/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html
|
| +++ b/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html
|
| @@ -38,6 +38,7 @@ function requestSucceeded1()
|
| {
|
| testPassed('requestSucceeded was called.');
|
|
|
| + shouldBeTrue('pc.remoteDescription === sessionDescription');
|
| sessionDescription = new RTCSessionDescription({type:"offer", sdp:"local"});
|
| shouldNotThrow('pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFailed2);');
|
| }
|
|
|