Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassRTCSessionDescription.toJSON serializes only specific attributes
Asserts run
Pass
assert_equals("offer", "offer")
    at Test.<anonymous> ( /webrtc/toJSON.html:20:3)
Pass
assert_equals("bogus sdp", "bogus sdp")
    at Test.<anonymous> ( /webrtc/toJSON.html:21:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /webrtc/toJSON.html:24:3)
PassRTCIceCandidate.toJSON serializes only specific attributes
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /webrtc/toJSON.html:38:3)
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /webrtc/toJSON.html:39:3)
Pass
assert_equals("candidate:1905690388 1 udp 2113937151 192.168.0.1 58041 typ host", "candidate:1905690388 1 udp 2113937151 192.168.0.1 58041 typ host")
    at Test.<anonymous> ( /webrtc/toJSON.html:40:3)
Pass
assert_equals("test", "test")
    at Test.<anonymous> ( /webrtc/toJSON.html:41:3)
Pass
assert_equals(4, 4)
    at Test.<anonymous> ( /webrtc/toJSON.html:44:3)