| 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..845e838c37ade3b0365d596fa77bcedfe6a2c0a3 100644
|
| --- a/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html
|
| +++ b/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html
|
| @@ -38,6 +38,8 @@ function requestSucceeded1()
|
| {
|
| testPassed('requestSucceeded was called.');
|
|
|
| + sessionDescription = pc.remoteDescription;
|
| + shouldBeTrue('pc.remoteDescription === sessionDescription');
|
| sessionDescription = new RTCSessionDescription({type:"offer", sdp:"local"});
|
| shouldNotThrow('pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFailed2);');
|
| }
|
|
|