| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 116 tests; 66 PASS, 50 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 114 tests; 64 PASS, 50 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 3 PASS EventTarget interface: existence and properties of interface object | 3 PASS EventTarget interface: existence and properties of interface object |
| 4 PASS EventTarget interface object length | 4 PASS EventTarget interface object length |
| 5 PASS EventTarget interface object name | 5 PASS EventTarget interface object name |
| 6 PASS EventTarget interface: existence and properties of interface prototype obje
ct | 6 PASS EventTarget interface: existence and properties of interface prototype obje
ct |
| 7 PASS EventTarget interface: existence and properties of interface prototype obje
ct's "constructor" property | 7 PASS EventTarget interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 8 PASS RTCPeerConnection interface: existence and properties of interface object | 8 PASS RTCPeerConnection interface: existence and properties of interface object |
| 9 PASS RTCPeerConnection interface object length | 9 PASS RTCPeerConnection interface object length |
| 10 PASS RTCPeerConnection interface object name | 10 PASS RTCPeerConnection interface object name |
| 11 PASS RTCPeerConnection interface: existence and properties of interface prototyp
e object | 11 PASS RTCPeerConnection interface: existence and properties of interface prototyp
e object |
| 12 PASS RTCPeerConnection interface: existence and properties of interface prototyp
e object's "constructor" property | 12 PASS RTCPeerConnection interface: existence and properties of interface prototyp
e object's "constructor" property |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 FAIL RTCPeerConnection interface: operation removeTrack(RTCRtpSender) assert_own
_property: interface prototype object missing non-static operation expected prop
erty "removeTrack" missing | 58 FAIL RTCPeerConnection interface: operation removeTrack(RTCRtpSender) assert_own
_property: interface prototype object missing non-static operation expected prop
erty "removeTrack" missing |
| 59 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o
bject must have a property "ontrack" expected true got false | 59 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o
bject must have a property "ontrack" expected true got false |
| 60 PASS RTCPeerConnection interface: operation createDataChannel(DOMString,RTCDataC
hannelInit) | 60 PASS RTCPeerConnection interface: operation createDataChannel(DOMString,RTCDataC
hannelInit) |
| 61 PASS RTCPeerConnection interface: attribute ondatachannel | 61 PASS RTCPeerConnection interface: attribute ondatachannel |
| 62 FAIL RTCPeerConnection interface: attribute dtmf assert_true: The prototype obje
ct must have a property "dtmf" expected true got false | 62 FAIL RTCPeerConnection interface: attribute dtmf assert_true: The prototype obje
ct must have a property "dtmf" expected true got false |
| 63 PASS RTCPeerConnection interface: operation getStats(MediaStreamTrack) | 63 PASS RTCPeerConnection interface: operation getStats(MediaStreamTrack) |
| 64 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,DOMStr
ing,DOMString) assert_own_property: interface prototype object missing non-stati
c operation expected property "setIdentityProvider" missing | 64 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,DOMStr
ing,DOMString) assert_own_property: interface prototype object missing non-stati
c operation expected property "setIdentityProvider" missing |
| 65 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr
operty: interface prototype object missing non-static operation expected propert
y "getIdentityAssertion" missing | 65 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr
operty: interface prototype object missing non-static operation expected propert
y "getIdentityAssertion" missing |
| 66 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot
ype object must have a property "peerIdentity" expected true got false | 66 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot
ype object must have a property "peerIdentity" expected true got false |
| 67 FAIL RTCPeerConnection interface: attribute idpLoginUrl assert_true: The prototy
pe object must have a property "idpLoginUrl" expected true got false | 67 FAIL RTCPeerConnection interface: attribute idpLoginUrl assert_true: The prototy
pe object must have a property "idpLoginUrl" expected true got false |
| 68 PASS RTCPeerConnection must be primary interface of pc | |
| 69 PASS Stringification of pc | |
| 70 PASS RTCPeerConnection interface: pc must inherit property "createOffer" with th
e proper type (0) | 68 PASS RTCPeerConnection interface: pc must inherit property "createOffer" with th
e proper type (0) |
| 71 PASS RTCPeerConnection interface: calling createOffer(RTCOfferOptions) on pc wit
h too few arguments must throw TypeError | 69 PASS RTCPeerConnection interface: calling createOffer(RTCOfferOptions) on pc wit
h too few arguments must throw TypeError |
| 72 PASS RTCPeerConnection interface: pc must inherit property "createAnswer" with t
he proper type (1) | 70 PASS RTCPeerConnection interface: pc must inherit property "createAnswer" with t
he proper type (1) |
| 73 PASS RTCPeerConnection interface: calling createAnswer(RTCAnswerOptions) on pc w
ith too few arguments must throw TypeError | 71 PASS RTCPeerConnection interface: calling createAnswer(RTCAnswerOptions) on pc w
ith too few arguments must throw TypeError |
| 74 PASS RTCPeerConnection interface: pc must inherit property "setLocalDescription"
with the proper type (2) | 72 PASS RTCPeerConnection interface: pc must inherit property "setLocalDescription"
with the proper type (2) |
| 75 PASS RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescript
ion) on pc with too few arguments must throw TypeError | 73 PASS RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescript
ion) on pc with too few arguments must throw TypeError |
| 76 PASS RTCPeerConnection interface: pc must inherit property "localDescription" wi
th the proper type (3) | 74 PASS RTCPeerConnection interface: pc must inherit property "localDescription" wi
th the proper type (3) |
| 77 FAIL RTCPeerConnection interface: pc must inherit property "currentLocalDescript
ion" with the proper type (4) assert_inherits: property "currentLocalDescription
" not found in prototype chain | 75 FAIL RTCPeerConnection interface: pc must inherit property "currentLocalDescript
ion" with the proper type (4) assert_inherits: property "currentLocalDescription
" not found in prototype chain |
| 78 FAIL RTCPeerConnection interface: pc must inherit property "pendingLocalDescript
ion" with the proper type (5) assert_inherits: property "pendingLocalDescription
" not found in prototype chain | 76 FAIL RTCPeerConnection interface: pc must inherit property "pendingLocalDescript
ion" with the proper type (5) assert_inherits: property "pendingLocalDescription
" not found in prototype chain |
| 79 PASS RTCPeerConnection interface: pc must inherit property "setRemoteDescription
" with the proper type (6) | 77 PASS RTCPeerConnection interface: pc must inherit property "setRemoteDescription
" with the proper type (6) |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 FAIL RTCPeerConnection interface: pc must inherit property "dtmf" with the prope
r type (37) assert_inherits: property "dtmf" not found in prototype chain | 127 FAIL RTCPeerConnection interface: pc must inherit property "dtmf" with the prope
r type (37) assert_inherits: property "dtmf" not found in prototype chain |
| 130 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p
roper type (38) | 128 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p
roper type (38) |
| 131 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack) on pc with
too few arguments must throw TypeError | 129 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack) on pc with
too few arguments must throw TypeError |
| 132 FAIL RTCPeerConnection interface: pc must inherit property "setIdentityProvider"
with the proper type (39) assert_inherits: property "setIdentityProvider" not f
ound in prototype chain | 130 FAIL RTCPeerConnection interface: pc must inherit property "setIdentityProvider"
with the proper type (39) assert_inherits: property "setIdentityProvider" not f
ound in prototype chain |
| 133 FAIL RTCPeerConnection interface: calling setIdentityProvider(DOMString,DOMStrin
g,DOMString) on pc with too few arguments must throw TypeError assert_inherits:
property "setIdentityProvider" not found in prototype chain | 131 FAIL RTCPeerConnection interface: calling setIdentityProvider(DOMString,DOMStrin
g,DOMString) on pc with too few arguments must throw TypeError assert_inherits:
property "setIdentityProvider" not found in prototype chain |
| 134 FAIL RTCPeerConnection interface: pc must inherit property "getIdentityAssertion
" with the proper type (40) assert_inherits: property "getIdentityAssertion" not
found in prototype chain | 132 FAIL RTCPeerConnection interface: pc must inherit property "getIdentityAssertion
" with the proper type (40) assert_inherits: property "getIdentityAssertion" not
found in prototype chain |
| 135 FAIL RTCPeerConnection interface: pc must inherit property "peerIdentity" with t
he proper type (41) assert_inherits: property "peerIdentity" not found in protot
ype chain | 133 FAIL RTCPeerConnection interface: pc must inherit property "peerIdentity" with t
he proper type (41) assert_inherits: property "peerIdentity" not found in protot
ype chain |
| 136 FAIL RTCPeerConnection interface: pc must inherit property "idpLoginUrl" with th
e proper type (42) assert_inherits: property "idpLoginUrl" not found in prototyp
e chain | 134 FAIL RTCPeerConnection interface: pc must inherit property "idpLoginUrl" with th
e proper type (42) assert_inherits: property "idpLoginUrl" not found in prototyp
e chain |
| 137 Harness: the test ran to completion. | 135 Harness: the test ran to completion. |
| 138 | 136 |
| OLD | NEW |