| Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt b/third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
|
| index d078f791183525ffa3a647cecef6534eb390e377..24a3e3a9a1b874d761e2edfb793e62a2a2bb1df2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt
|
| @@ -20,6 +20,8 @@ PASS new RTCIceCandidate({candidate:"x"}); did not throw exception.
|
| PASS candidate.candidate is "bar"
|
| PASS candidate.sdpMid is "foo"
|
| PASS candidate.sdpMLineIndex is 0
|
| +PASS candidate.candidate is "null"
|
| +PASS candidate.sdpMid is "null"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|