Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate.html

Issue 1431793002: Remove [TreatNullAs=NullString] from attributes on RTCIceCandidate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698