Changeset 243322 in webkit
- Timestamp:
- Mar 21, 2019, 1:42:40 PM (7 years ago)
- Location:
- trunk/LayoutTests/imported/w3c
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
web-platform-tests/webrtc/RTCRtpTransceiver-stop-expected.txt (modified) (1 diff)
-
web-platform-tests/webrtc/RTCRtpTransceiver-stop.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/imported/w3c/ChangeLog
r243233 r243322 1 2019-03-21 Youenn Fablet <youenn@apple.com> 2 3 Fix one of RTCRtpTransceiver-stop.html test title 4 https://bugs.webkit.org/show_bug.cgi?id=196090 5 6 Reviewed by Brent Fulgham. 7 8 * web-platform-tests/webrtc/RTCRtpTransceiver-stop-expected.txt: 9 * web-platform-tests/webrtc/RTCRtpTransceiver-stop.html: 10 1 11 2019-03-19 Ryosuke Niwa <rniwa@webkit.org> 2 12 -
trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver-stop-expected.txt
r243041 r243322 2 2 PASS A transceiver added and stopped before the initial offer generation should not trigger an offer m-section generation 3 3 PASS During renegotiation, adding and stopping a transceiver should not trigger a renegotiated offer m-section generation 4 PASS A stopped sendonly transceiver should generate a n inactivem-section in the offer4 PASS A stopped sendonly transceiver should generate a sendonly m-section in the offer 5 5 PASS A stopped inactive transceiver should generate an inactive m-section in the offer 6 6 -
trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver-stop.html
r243041 r243322 61 61 62 62 assert_true(offer.sdp.includes("a=sendonly"), "The audio m-section should be sendonly"); 63 }, "A stopped sendonly transceiver should generate a n inactivem-section in the offer");63 }, "A stopped sendonly transceiver should generate a sendonly m-section in the offer"); 64 64 65 65 promise_test(async (t)=> {
Note:
See TracChangeset
for help on using the changeset viewer.