Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html |
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html |
index f5775886c4618a29cec1b657a2f089c15fe9efd1..a8987914665129244a44fbb560021f856629ebcc 100644 |
--- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html |
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html |
@@ -43,6 +43,7 @@ function requestSucceeded1() |
} |
pc = new webkitRTCPeerConnection(null, null); |
+shouldThrow('pc.setLocalDescription(null)'); |
var sessionDescription = new RTCSessionDescription({type:"offer", sdp:"local"}); |
shouldNotThrow('pc.setLocalDescription(sessionDescription, requestSucceeded1, requestFailed1);'); |