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

Unified Diff: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt

Issue 1729563002: Replace RTCErrorCallback with RTCPeerConnectionErrorCallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt
index 5fac49ed5bb5adb3db48f01b8cab2c82a4ab4e10..a62c15bcbc9d755158e8331b27acc9542b790e79 100644
--- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt
@@ -6,7 +6,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS requestSucceeded was called.
PASS sessionDescription.type is "offer"
PASS requestFailed was called.
-PASS errorReason is "TEST_ERROR"
+PASS error.name is "OperationError"
+PASS error.toString() is "OperationError: TEST_ERROR"
PASS pc.createOffer(dummy, dummy); did not throw exception.
PASS pc.createOffer(dummy, dummy, {}); did not throw exception.
PASS pc.createOffer(dummy, dummy, {voiceActivityDetection:false}); did not throw exception.

Powered by Google App Engine
This is Rietveld 408576698