Changeset 194112 in webkit


Ignore:
Timestamp:
Dec 15, 2015 12:36:15 PM (8 years ago)
Author:
adam.bergkvist@ericsson.com
Message:

WebRTC: Test that RTCPeerConnection promise functions reject on closed state
https://bugs.webkit.org/show_bug.cgi?id=152295

Reviewed by Eric Carlson.

Add test that verifies RTCPeerConnection's behavior in the closed state
(signalingState). Promise functions should reject, and (some) others
should throw. Remove old test that tests incorrect behavior.

  • fast/mediastream/RTCPeerConnection-closed-state-expected.txt: Added.
  • fast/mediastream/RTCPeerConnection-closed-state.html: Added.
  • fast/mediastream/RTCPeerConnection-state-expected.txt: Removed.
  • fast/mediastream/RTCPeerConnection-state.html: Removed.
Location:
trunk/LayoutTests
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r194106 r194112  
     12015-12-15  Adam Bergkvist  <adam.bergkvist@ericsson.com>
     2
     3        WebRTC: Test that RTCPeerConnection promise functions reject on closed state
     4        https://bugs.webkit.org/show_bug.cgi?id=152295
     5
     6        Reviewed by Eric Carlson.
     7
     8        Add test that verifies RTCPeerConnection's behavior in the closed state
     9        (signalingState). Promise functions should reject, and (some) others
     10        should throw. Remove old test that tests incorrect behavior.
     11
     12        * fast/mediastream/RTCPeerConnection-closed-state-expected.txt: Added.
     13        * fast/mediastream/RTCPeerConnection-closed-state.html: Added.
     14        * fast/mediastream/RTCPeerConnection-state-expected.txt: Removed.
     15        * fast/mediastream/RTCPeerConnection-state.html: Removed.
     16
    1172015-12-15  Tomas Popela  <tpopela@redhat.com>
    218
Note: See TracChangeset for help on using the changeset viewer.