Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassOffer conforms to basic SDP requirements
Asserts run
Pass
assert_equals("v=0", "v=0")
    at Test.<anonymous> ( /webrtc/protocol/jsep-initial-offer.https.html:17:5)
Pass
assert_equals("o=", "o=")
    at Test.<anonymous> ( /webrtc/protocol/jsep-initial-offer.https.html:18:5)
Pass
assert_regexp_match("o=- 3926640338551900621 2 IN IP4 127.0.0.1", object "/^o=\S+ \d+ \d+ IN IP4 \S+$/")
    at Test.<anonymous> ( /webrtc/protocol/jsep-initial-offer.https.html:20:5)
Pass
assert_less_than(3926640338551900700, 18446744073709552000)
    at Test.<anonymous> ( /webrtc/protocol/jsep-initial-offer.https.html:25:5)
Pass
assert_less_than(2, 4611686018427388000)
    at Test.<anonymous> ( /webrtc/protocol/jsep-initial-offer.https.html:27:5)
Pass
assert_true(true, "127.0.0.1 must be a meaningless IPV4 address")
    at Test.<anonymous> ( /webrtc/protocol/jsep-initial-offer.https.html:34:5)
Pass
assert_regexp_match("s=-", object "/^s=\S+$/")
    at Test.<anonymous> ( /webrtc/protocol/jsep-initial-offer.https.html:37:5)