Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate.html |
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate.html b/third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate.html |
index 235f67020103c9b4cc6884fd4d541535365a7593..be05c735bc73cdc924f66e1ebada233893fe1626 100644 |
--- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate.html |
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate.html |
@@ -38,6 +38,10 @@ shouldBeEqualToString('candidate.candidate', 'bar'); |
shouldBeEqualToString('candidate.sdpMid', 'foo'); |
shouldBe('candidate.sdpMLineIndex', '0'); |
+candidate.candidate = null; |
+candidate.sdpMid = null; |
+shouldBeEqualToString('candidate.candidate', 'null'); |
+shouldBeEqualToString('candidate.sdpMid', 'null'); |
window.successfullyParsed = true; |
</script> |