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

Unified Diff: LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt

Issue 1010393002: Fix issue of localDescription and remoteDescription getter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test case crash. Created 5 years, 7 months 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
Index: LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt
diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt
index 0809fb8123454eed4b49346528701cefb0e14176..5b7c1421253cfbcaeb69526881b6b30875e802e1 100644
--- a/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt
+++ b/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt
@@ -5,6 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS pc.setLocalDescription(sessionDescription, requestSucceeded1, requestFailed1); did not throw exception.
PASS requestSucceeded was called.
+PASS pc.localDescription === sessionDescription is true
+PASS observation.wasCollected is false
PASS pc.setLocalDescription(sessionDescription, requestSucceeded2, requestFailed2); did not throw exception.
PASS requestFailed was called.
PASS pc.localDescription.type is "offer"

Powered by Google App Engine
This is Rietveld 408576698