| Index: LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html
|
| diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html b/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html
|
| index f5775886c4618a29cec1b657a2f089c15fe9efd1..8fda0372fe9d381185554c7d77e5d0907fa418c5 100644
|
| --- a/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html
|
| +++ b/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html
|
| @@ -38,6 +38,7 @@ function requestSucceeded1()
|
| {
|
| testPassed('requestSucceeded was called.');
|
|
|
| + shouldBeTrue('pc.localDescription === sessionDescription');
|
| sessionDescription = new RTCSessionDescription({type:"answer", sdp:"remote"});
|
| shouldNotThrow('pc.setLocalDescription(sessionDescription, requestSucceeded2, requestFailed2);');
|
| }
|
|
|