⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243322 in webkit


Ignore:
Timestamp:
Mar 21, 2019, 1:42:40 PM (7 years ago)
Author:
youenn@apple.com
Message:

Fix one of RTCRtpTransceiver-stop.html test title
https://bugs.webkit.org/show_bug.cgi?id=196090

Reviewed by Brent Fulgham.

  • web-platform-tests/webrtc/RTCRtpTransceiver-stop-expected.txt:
  • web-platform-tests/webrtc/RTCRtpTransceiver-stop.html:
Location:
trunk/LayoutTests/imported/w3c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r243233 r243322  
     12019-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
    1112019-03-19  Ryosuke Niwa  <rniwa@webkit.org>
    212
  • trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver-stop-expected.txt

    r243041 r243322  
    22PASS A transceiver added and stopped before the initial offer generation should not trigger an offer m-section generation
    33PASS During renegotiation, adding and stopping a transceiver should not trigger a renegotiated offer m-section generation
    4 PASS A stopped sendonly transceiver should generate an inactive m-section in the offer
     4PASS A stopped sendonly transceiver should generate a sendonly m-section in the offer
    55PASS A stopped inactive transceiver should generate an inactive m-section in the offer
    66
  • trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver-stop.html

    r243041 r243322  
    6161
    6262    assert_true(offer.sdp.includes("a=sendonly"), "The audio m-section should be sendonly");
    63 }, "A stopped sendonly transceiver should generate an inactive m-section in the offer");
     63}, "A stopped sendonly transceiver should generate a sendonly m-section in the offer");
    6464
    6565promise_test(async (t)=> {
Note: See TracChangeset for help on using the changeset viewer.