Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html |
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html |
index 06d84bb73efaee4c856cbde775693679717dc156..af224ebff6b203ec8e506566a954933244725e44 100644 |
--- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html |
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html |
@@ -43,6 +43,7 @@ function requestSucceeded1() |
} |
pc = new webkitRTCPeerConnection(null, null); |
+shouldThrow('pc.setRemoteDescription(null)'); |
var sessionDescription = new RTCSessionDescription({type:"answer", sdp:"remote"}); |
shouldNotThrow('pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFailed1);'); |