blob: 3ee66d1ea156dedd5ed187b1e5ea31e62173091a [file] [log] [blame]
Tests the RTCPeerConnection states.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS pc = new webkitRTCPeerConnection({iceServers:[]}, null); did not throw exception.
PASS pc.signalingState is "stable"
PASS stateChanged was called
PASS pc.signalingState is "closed"
PASS successfullyParsed is true
TEST COMPLETE