OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 Found 367 tests; 156 PASS, 211 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 355 tests; 150 PASS, 205 FAIL, 0 TIMEOUT, 0 NOTRUN. |
3 PASS Test driver | 3 PASS Test driver |
4 FAIL MediaStreamTrack interface: attribute isolated assert_true: The prototype o
bject must have a property "isolated" expected true got false | 4 FAIL MediaStreamTrack interface: attribute isolated assert_true: The prototype o
bject must have a property "isolated" expected true got false |
5 FAIL MediaStreamTrack interface: attribute onisolationchange assert_true: The pr
ototype object must have a property "onisolationchange" expected true got false | 5 FAIL MediaStreamTrack interface: attribute onisolationchange assert_true: The pr
ototype object must have a property "onisolationchange" expected true got false |
6 FAIL RTCPeerConnection interface: existence and properties of interface object C
annot read property 'has_extended_attribute' of undefined | 6 FAIL RTCPeerConnection interface: existence and properties of interface object C
annot read property 'has_extended_attribute' of undefined |
7 PASS RTCPeerConnection interface object length | 7 PASS RTCPeerConnection interface object length |
8 PASS RTCPeerConnection interface object name | 8 PASS RTCPeerConnection interface object name |
9 FAIL RTCPeerConnection interface: existence and properties of interface prototyp
e object Cannot read property 'has_extended_attribute' of undefined | 9 FAIL RTCPeerConnection interface: existence and properties of interface prototyp
e object Cannot read property 'has_extended_attribute' of undefined |
10 PASS RTCPeerConnection interface: existence and properties of interface prototyp
e object's "constructor" property | 10 PASS RTCPeerConnection interface: existence and properties of interface prototyp
e object's "constructor" property |
11 PASS RTCPeerConnection interface: operation createOffer(RTCOfferOptions) | 11 PASS RTCPeerConnection interface: operation createOffer(RTCOfferOptions) |
12 PASS RTCPeerConnection interface: operation createAnswer(RTCAnswerOptions) | 12 PASS RTCPeerConnection interface: operation createAnswer(RTCAnswerOptions) |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o
bject must have a property "ontrack" expected true got false | 51 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o
bject must have a property "ontrack" expected true got false |
52 FAIL RTCPeerConnection interface: attribute sctp assert_true: The prototype obje
ct must have a property "sctp" expected true got false | 52 FAIL RTCPeerConnection interface: attribute sctp assert_true: The prototype obje
ct must have a property "sctp" expected true got false |
53 PASS RTCPeerConnection interface: operation createDataChannel(USVString,RTCDataC
hannelInit) | 53 PASS RTCPeerConnection interface: operation createDataChannel(USVString,RTCDataC
hannelInit) |
54 PASS RTCPeerConnection interface: attribute ondatachannel | 54 PASS RTCPeerConnection interface: attribute ondatachannel |
55 PASS RTCPeerConnection interface: operation getStats(MediaStreamTrack) | 55 PASS RTCPeerConnection interface: operation getStats(MediaStreamTrack) |
56 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,RTCIde
ntityProviderOptions) assert_own_property: interface prototype object missing no
n-static operation expected property "setIdentityProvider" missing | 56 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,RTCIde
ntityProviderOptions) assert_own_property: interface prototype object missing no
n-static operation expected property "setIdentityProvider" missing |
57 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr
operty: interface prototype object missing non-static operation expected propert
y "getIdentityAssertion" missing | 57 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr
operty: interface prototype object missing non-static operation expected propert
y "getIdentityAssertion" missing |
58 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot
ype object must have a property "peerIdentity" expected true got false | 58 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot
ype object must have a property "peerIdentity" expected true got false |
59 FAIL RTCPeerConnection interface: attribute idpLoginUrl assert_true: The prototy
pe object must have a property "idpLoginUrl" expected true got false | 59 FAIL RTCPeerConnection interface: attribute idpLoginUrl assert_true: The prototy
pe object must have a property "idpLoginUrl" expected true got false |
60 FAIL RTCPeerConnection interface: attribute idpErrorInfo assert_true: The protot
ype object must have a property "idpErrorInfo" expected true got false | 60 FAIL RTCPeerConnection interface: attribute idpErrorInfo assert_true: The protot
ype object must have a property "idpErrorInfo" expected true got false |
61 PASS RTCPeerConnection must be primary interface of new RTCPeerConnection | |
62 FAIL Stringification of new RTCPeerConnection Cannot read property 'has_stringif
ier' of undefined | |
63 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "c
reateOffer" with the proper type (0) | 61 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "c
reateOffer" with the proper type (0) |
64 PASS RTCPeerConnection interface: calling createOffer(RTCOfferOptions) on new RT
CPeerConnection with too few arguments must throw TypeError | 62 PASS RTCPeerConnection interface: calling createOffer(RTCOfferOptions) on new RT
CPeerConnection with too few arguments must throw TypeError |
65 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "c
reateAnswer" with the proper type (1) | 63 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "c
reateAnswer" with the proper type (1) |
66 PASS RTCPeerConnection interface: calling createAnswer(RTCAnswerOptions) on new
RTCPeerConnection with too few arguments must throw TypeError | 64 PASS RTCPeerConnection interface: calling createAnswer(RTCAnswerOptions) on new
RTCPeerConnection with too few arguments must throw TypeError |
67 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "s
etLocalDescription" with the proper type (2) | 65 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "s
etLocalDescription" with the proper type (2) |
68 PASS RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescript
ionInit) on new RTCPeerConnection with too few arguments must throw TypeError | 66 PASS RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescript
ionInit) on new RTCPeerConnection with too few arguments must throw TypeError |
69 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "l
ocalDescription" with the proper type (3) | 67 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "l
ocalDescription" with the proper type (3) |
70 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "c
urrentLocalDescription" with the proper type (4) assert_inherits: property "curr
entLocalDescription" not found in prototype chain | 68 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "c
urrentLocalDescription" with the proper type (4) assert_inherits: property "curr
entLocalDescription" not found in prototype chain |
71 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "p
endingLocalDescription" with the proper type (5) assert_inherits: property "pend
ingLocalDescription" not found in prototype chain | 69 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "p
endingLocalDescription" with the proper type (5) assert_inherits: property "pend
ingLocalDescription" not found in prototype chain |
72 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "s
etRemoteDescription" with the proper type (6) | 70 PASS RTCPeerConnection interface: new RTCPeerConnection must inherit property "s
etRemoteDescription" with the proper type (6) |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "p
eerIdentity" with the proper type (47) assert_inherits: property "peerIdentity"
not found in prototype chain | 126 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "p
eerIdentity" with the proper type (47) assert_inherits: property "peerIdentity"
not found in prototype chain |
129 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "i
dpLoginUrl" with the proper type (48) assert_inherits: property "idpLoginUrl" no
t found in prototype chain | 127 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "i
dpLoginUrl" with the proper type (48) assert_inherits: property "idpLoginUrl" no
t found in prototype chain |
130 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "i
dpErrorInfo" with the proper type (49) assert_inherits: property "idpErrorInfo"
not found in prototype chain | 128 FAIL RTCPeerConnection interface: new RTCPeerConnection must inherit property "i
dpErrorInfo" with the proper type (49) assert_inherits: property "idpErrorInfo"
not found in prototype chain |
131 PASS RTCSessionDescription interface: existence and properties of interface obje
ct | 129 PASS RTCSessionDescription interface: existence and properties of interface obje
ct |
132 FAIL RTCSessionDescription interface object length assert_equals: wrong value fo
r RTCSessionDescription.length expected 1 but got 0 | 130 FAIL RTCSessionDescription interface object length assert_equals: wrong value fo
r RTCSessionDescription.length expected 1 but got 0 |
133 PASS RTCSessionDescription interface object name | 131 PASS RTCSessionDescription interface object name |
134 PASS RTCSessionDescription interface: existence and properties of interface prot
otype object | 132 PASS RTCSessionDescription interface: existence and properties of interface prot
otype object |
135 PASS RTCSessionDescription interface: existence and properties of interface prot
otype object's "constructor" property | 133 PASS RTCSessionDescription interface: existence and properties of interface prot
otype object's "constructor" property |
136 FAIL RTCSessionDescription interface: attribute type assert_equals: setter must
be undefined for readonly attributes expected (undefined) undefined but got (fun
ction) function "function () { [native code] }" | 134 FAIL RTCSessionDescription interface: attribute type assert_equals: setter must
be undefined for readonly attributes expected (undefined) undefined but got (fun
ction) function "function () { [native code] }" |
137 FAIL RTCSessionDescription interface: attribute sdp assert_equals: setter must b
e undefined for readonly attributes expected (undefined) undefined but got (func
tion) function "function () { [native code] }" | 135 FAIL RTCSessionDescription interface: attribute sdp assert_equals: setter must b
e undefined for readonly attributes expected (undefined) undefined but got (func
tion) function "function () { [native code] }" |
138 PASS RTCSessionDescription must be primary interface of new RTCSessionDescriptio
n({ type: "offer" }) | |
139 PASS Stringification of new RTCSessionDescription({ type: "offer" }) | |
140 PASS RTCSessionDescription interface: new RTCSessionDescription({ type: "offer"
}) must inherit property "type" with the proper type (0) | 136 PASS RTCSessionDescription interface: new RTCSessionDescription({ type: "offer"
}) must inherit property "type" with the proper type (0) |
141 FAIL RTCSessionDescription interface: new RTCSessionDescription({ type: "offer"
}) must inherit property "sdp" with the proper type (1) assert_equals: expected
"string" but got "object" | 137 FAIL RTCSessionDescription interface: new RTCSessionDescription({ type: "offer"
}) must inherit property "sdp" with the proper type (1) assert_equals: expected
"string" but got "object" |
142 PASS RTCIceCandidate interface: existence and properties of interface object | 138 PASS RTCIceCandidate interface: existence and properties of interface object |
143 PASS RTCIceCandidate interface object length | 139 PASS RTCIceCandidate interface object length |
144 PASS RTCIceCandidate interface object name | 140 PASS RTCIceCandidate interface object name |
145 PASS RTCIceCandidate interface: existence and properties of interface prototype
object | 141 PASS RTCIceCandidate interface: existence and properties of interface prototype
object |
146 PASS RTCIceCandidate interface: existence and properties of interface prototype
object's "constructor" property | 142 PASS RTCIceCandidate interface: existence and properties of interface prototype
object's "constructor" property |
147 FAIL RTCIceCandidate interface: attribute candidate assert_equals: setter must b
e undefined for readonly attributes expected (undefined) undefined but got (func
tion) function "function () { [native code] }" | 143 FAIL RTCIceCandidate interface: attribute candidate assert_equals: setter must b
e undefined for readonly attributes expected (undefined) undefined but got (func
tion) function "function () { [native code] }" |
148 FAIL RTCIceCandidate interface: attribute sdpMid assert_equals: setter must be u
ndefined for readonly attributes expected (undefined) undefined but got (functio
n) function "function () { [native code] }" | 144 FAIL RTCIceCandidate interface: attribute sdpMid assert_equals: setter must be u
ndefined for readonly attributes expected (undefined) undefined but got (functio
n) function "function () { [native code] }" |
149 FAIL RTCIceCandidate interface: attribute sdpMLineIndex assert_equals: setter mu
st be undefined for readonly attributes expected (undefined) undefined but got (
function) function "function () { [native code] }" | 145 FAIL RTCIceCandidate interface: attribute sdpMLineIndex assert_equals: setter mu
st be undefined for readonly attributes expected (undefined) undefined but got (
function) function "function () { [native code] }" |
150 FAIL RTCIceCandidate interface: attribute foundation assert_true: The prototype
object must have a property "foundation" expected true got false | 146 FAIL RTCIceCandidate interface: attribute foundation assert_true: The prototype
object must have a property "foundation" expected true got false |
151 FAIL RTCIceCandidate interface: attribute priority assert_true: The prototype ob
ject must have a property "priority" expected true got false | 147 FAIL RTCIceCandidate interface: attribute priority assert_true: The prototype ob
ject must have a property "priority" expected true got false |
152 FAIL RTCIceCandidate interface: attribute ip assert_true: The prototype object m
ust have a property "ip" expected true got false | 148 FAIL RTCIceCandidate interface: attribute ip assert_true: The prototype object m
ust have a property "ip" expected true got false |
153 FAIL RTCIceCandidate interface: attribute protocol assert_true: The prototype ob
ject must have a property "protocol" expected true got false | 149 FAIL RTCIceCandidate interface: attribute protocol assert_true: The prototype ob
ject must have a property "protocol" expected true got false |
154 FAIL RTCIceCandidate interface: attribute port assert_true: The prototype object
must have a property "port" expected true got false | 150 FAIL RTCIceCandidate interface: attribute port assert_true: The prototype object
must have a property "port" expected true got false |
155 FAIL RTCIceCandidate interface: attribute type assert_true: The prototype object
must have a property "type" expected true got false | 151 FAIL RTCIceCandidate interface: attribute type assert_true: The prototype object
must have a property "type" expected true got false |
156 FAIL RTCIceCandidate interface: attribute tcpType assert_true: The prototype obj
ect must have a property "tcpType" expected true got false | 152 FAIL RTCIceCandidate interface: attribute tcpType assert_true: The prototype obj
ect must have a property "tcpType" expected true got false |
157 FAIL RTCIceCandidate interface: attribute relatedAddress assert_true: The protot
ype object must have a property "relatedAddress" expected true got false | 153 FAIL RTCIceCandidate interface: attribute relatedAddress assert_true: The protot
ype object must have a property "relatedAddress" expected true got false |
158 FAIL RTCIceCandidate interface: attribute relatedPort assert_true: The prototype
object must have a property "relatedPort" expected true got false | 154 FAIL RTCIceCandidate interface: attribute relatedPort assert_true: The prototype
object must have a property "relatedPort" expected true got false |
159 FAIL RTCIceCandidate interface: attribute ufrag assert_true: The prototype objec
t must have a property "ufrag" expected true got false | 155 FAIL RTCIceCandidate interface: attribute ufrag assert_true: The prototype objec
t must have a property "ufrag" expected true got false |
160 FAIL RTCIceCandidate must be primary interface of new RTCIceCandidate assert_equ
als: Unexpected exception when evaluating object expected null but got object "T
ypeError: Failed to construct 'RTCIceCandidate': 1 argument required, but only 0
present." | |
161 FAIL Stringification of new RTCIceCandidate assert_equals: Unexpected exception
when evaluating object expected null but got object "TypeError: Failed to constr
uct 'RTCIceCandidate': 1 argument required, but only 0 present." | |
162 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "candi
date" with the proper type (0) assert_equals: Unexpected exception when evaluati
ng object expected null but got object "TypeError: Failed to construct 'RTCIceCa
ndidate': 1 argument required, but only 0 present." | 156 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "candi
date" with the proper type (0) assert_equals: Unexpected exception when evaluati
ng object expected null but got object "TypeError: Failed to construct 'RTCIceCa
ndidate': 1 argument required, but only 0 present." |
163 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "sdpMi
d" with the proper type (1) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Failed to construct 'RTCIceCandi
date': 1 argument required, but only 0 present." | 157 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "sdpMi
d" with the proper type (1) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Failed to construct 'RTCIceCandi
date': 1 argument required, but only 0 present." |
164 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "sdpML
ineIndex" with the proper type (2) assert_equals: Unexpected exception when eval
uating object expected null but got object "TypeError: Failed to construct 'RTCI
ceCandidate': 1 argument required, but only 0 present." | 158 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "sdpML
ineIndex" with the proper type (2) assert_equals: Unexpected exception when eval
uating object expected null but got object "TypeError: Failed to construct 'RTCI
ceCandidate': 1 argument required, but only 0 present." |
165 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "found
ation" with the proper type (3) assert_equals: Unexpected exception when evaluat
ing object expected null but got object "TypeError: Failed to construct 'RTCIceC
andidate': 1 argument required, but only 0 present." | 159 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "found
ation" with the proper type (3) assert_equals: Unexpected exception when evaluat
ing object expected null but got object "TypeError: Failed to construct 'RTCIceC
andidate': 1 argument required, but only 0 present." |
166 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "prior
ity" with the proper type (4) assert_equals: Unexpected exception when evaluatin
g object expected null but got object "TypeError: Failed to construct 'RTCIceCan
didate': 1 argument required, but only 0 present." | 160 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "prior
ity" with the proper type (4) assert_equals: Unexpected exception when evaluatin
g object expected null but got object "TypeError: Failed to construct 'RTCIceCan
didate': 1 argument required, but only 0 present." |
167 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "ip" w
ith the proper type (5) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Failed to construct 'RTCIceCandidate
': 1 argument required, but only 0 present." | 161 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "ip" w
ith the proper type (5) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Failed to construct 'RTCIceCandidate
': 1 argument required, but only 0 present." |
168 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "proto
col" with the proper type (6) assert_equals: Unexpected exception when evaluatin
g object expected null but got object "TypeError: Failed to construct 'RTCIceCan
didate': 1 argument required, but only 0 present." | 162 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "proto
col" with the proper type (6) assert_equals: Unexpected exception when evaluatin
g object expected null but got object "TypeError: Failed to construct 'RTCIceCan
didate': 1 argument required, but only 0 present." |
169 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "port"
with the proper type (7) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Failed to construct 'RTCIceCandida
te': 1 argument required, but only 0 present." | 163 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "port"
with the proper type (7) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Failed to construct 'RTCIceCandida
te': 1 argument required, but only 0 present." |
170 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "type"
with the proper type (8) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Failed to construct 'RTCIceCandida
te': 1 argument required, but only 0 present." | 164 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "type"
with the proper type (8) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Failed to construct 'RTCIceCandida
te': 1 argument required, but only 0 present." |
171 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "tcpTy
pe" with the proper type (9) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Failed to construct 'RTCIceCand
idate': 1 argument required, but only 0 present." | 165 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "tcpTy
pe" with the proper type (9) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Failed to construct 'RTCIceCand
idate': 1 argument required, but only 0 present." |
172 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "relat
edAddress" with the proper type (10) assert_equals: Unexpected exception when ev
aluating object expected null but got object "TypeError: Failed to construct 'RT
CIceCandidate': 1 argument required, but only 0 present." | 166 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "relat
edAddress" with the proper type (10) assert_equals: Unexpected exception when ev
aluating object expected null but got object "TypeError: Failed to construct 'RT
CIceCandidate': 1 argument required, but only 0 present." |
173 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "relat
edPort" with the proper type (11) assert_equals: Unexpected exception when evalu
ating object expected null but got object "TypeError: Failed to construct 'RTCIc
eCandidate': 1 argument required, but only 0 present." | 167 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "relat
edPort" with the proper type (11) assert_equals: Unexpected exception when evalu
ating object expected null but got object "TypeError: Failed to construct 'RTCIc
eCandidate': 1 argument required, but only 0 present." |
174 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "ufrag
" with the proper type (12) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Failed to construct 'RTCIceCandi
date': 1 argument required, but only 0 present." | 168 FAIL RTCIceCandidate interface: new RTCIceCandidate must inherit property "ufrag
" with the proper type (12) assert_equals: Unexpected exception when evaluating
object expected null but got object "TypeError: Failed to construct 'RTCIceCandi
date': 1 argument required, but only 0 present." |
175 FAIL RTCPeerConnectionIceEvent interface: existence and properties of interface
object Cannot read property 'has_extended_attribute' of undefined | 169 FAIL RTCPeerConnectionIceEvent interface: existence and properties of interface
object Cannot read property 'has_extended_attribute' of undefined |
176 PASS RTCPeerConnectionIceEvent interface object length | 170 PASS RTCPeerConnectionIceEvent interface object length |
177 PASS RTCPeerConnectionIceEvent interface object name | 171 PASS RTCPeerConnectionIceEvent interface object name |
178 FAIL RTCPeerConnectionIceEvent interface: existence and properties of interface
prototype object Cannot read property 'has_extended_attribute' of undefined | 172 FAIL RTCPeerConnectionIceEvent interface: existence and properties of interface
prototype object Cannot read property 'has_extended_attribute' of undefined |
179 PASS RTCPeerConnectionIceEvent interface: existence and properties of interface
prototype object's "constructor" property | 173 PASS RTCPeerConnectionIceEvent interface: existence and properties of interface
prototype object's "constructor" property |
180 PASS RTCPeerConnectionIceEvent interface: attribute candidate | 174 PASS RTCPeerConnectionIceEvent interface: attribute candidate |
181 FAIL RTCPeerConnectionIceEvent interface: attribute url assert_true: The prototy
pe object must have a property "url" expected true got false | 175 FAIL RTCPeerConnectionIceEvent interface: attribute url assert_true: The prototy
pe object must have a property "url" expected true got false |
182 PASS RTCPeerConnectionIceEvent must be primary interface of new RTCPeerConnectio
nIceEvent("ice") | |
183 FAIL Stringification of new RTCPeerConnectionIceEvent("ice") Cannot read propert
y 'has_stringifier' of undefined | |
184 PASS RTCPeerConnectionIceEvent interface: new RTCPeerConnectionIceEvent("ice") m
ust inherit property "candidate" with the proper type (0) | 176 PASS RTCPeerConnectionIceEvent interface: new RTCPeerConnectionIceEvent("ice") m
ust inherit property "candidate" with the proper type (0) |
185 FAIL RTCPeerConnectionIceEvent interface: new RTCPeerConnectionIceEvent("ice") m
ust inherit property "url" with the proper type (1) assert_inherits: property "u
rl" not found in prototype chain | 177 FAIL RTCPeerConnectionIceEvent interface: new RTCPeerConnectionIceEvent("ice") m
ust inherit property "url" with the proper type (1) assert_inherits: property "u
rl" not found in prototype chain |
186 FAIL RTCPeerConnectionIceErrorEvent interface: existence and properties of inter
face object assert_own_property: self does not have own property "RTCPeerConnect
ionIceErrorEvent" expected property "RTCPeerConnectionIceErrorEvent" missing | 178 FAIL RTCPeerConnectionIceErrorEvent interface: existence and properties of inter
face object assert_own_property: self does not have own property "RTCPeerConnect
ionIceErrorEvent" expected property "RTCPeerConnectionIceErrorEvent" missing |
187 FAIL RTCPeerConnectionIceErrorEvent interface object length assert_own_property:
self does not have own property "RTCPeerConnectionIceErrorEvent" expected prope
rty "RTCPeerConnectionIceErrorEvent" missing | 179 FAIL RTCPeerConnectionIceErrorEvent interface object length assert_own_property:
self does not have own property "RTCPeerConnectionIceErrorEvent" expected prope
rty "RTCPeerConnectionIceErrorEvent" missing |
188 FAIL RTCPeerConnectionIceErrorEvent interface object name assert_own_property: s
elf does not have own property "RTCPeerConnectionIceErrorEvent" expected propert
y "RTCPeerConnectionIceErrorEvent" missing | 180 FAIL RTCPeerConnectionIceErrorEvent interface object name assert_own_property: s
elf does not have own property "RTCPeerConnectionIceErrorEvent" expected propert
y "RTCPeerConnectionIceErrorEvent" missing |
189 FAIL RTCPeerConnectionIceErrorEvent interface: existence and properties of inter
face prototype object assert_own_property: self does not have own property "RTCP
eerConnectionIceErrorEvent" expected property "RTCPeerConnectionIceErrorEvent" m
issing | 181 FAIL RTCPeerConnectionIceErrorEvent interface: existence and properties of inter
face prototype object assert_own_property: self does not have own property "RTCP
eerConnectionIceErrorEvent" expected property "RTCPeerConnectionIceErrorEvent" m
issing |
190 FAIL RTCPeerConnectionIceErrorEvent interface: existence and properties of inter
face prototype object's "constructor" property assert_own_property: self does no
t have own property "RTCPeerConnectionIceErrorEvent" expected property "RTCPeerC
onnectionIceErrorEvent" missing | 182 FAIL RTCPeerConnectionIceErrorEvent interface: existence and properties of inter
face prototype object's "constructor" property assert_own_property: self does no
t have own property "RTCPeerConnectionIceErrorEvent" expected property "RTCPeerC
onnectionIceErrorEvent" missing |
191 FAIL RTCPeerConnectionIceErrorEvent interface: attribute hostCandidate assert_ow
n_property: self does not have own property "RTCPeerConnectionIceErrorEvent" exp
ected property "RTCPeerConnectionIceErrorEvent" missing | 183 FAIL RTCPeerConnectionIceErrorEvent interface: attribute hostCandidate assert_ow
n_property: self does not have own property "RTCPeerConnectionIceErrorEvent" exp
ected property "RTCPeerConnectionIceErrorEvent" missing |
192 FAIL RTCPeerConnectionIceErrorEvent interface: attribute url assert_own_property
: self does not have own property "RTCPeerConnectionIceErrorEvent" expected prop
erty "RTCPeerConnectionIceErrorEvent" missing | 184 FAIL RTCPeerConnectionIceErrorEvent interface: attribute url assert_own_property
: self does not have own property "RTCPeerConnectionIceErrorEvent" expected prop
erty "RTCPeerConnectionIceErrorEvent" missing |
193 FAIL RTCPeerConnectionIceErrorEvent interface: attribute errorCode assert_own_pr
operty: self does not have own property "RTCPeerConnectionIceErrorEvent" expecte
d property "RTCPeerConnectionIceErrorEvent" missing | 185 FAIL RTCPeerConnectionIceErrorEvent interface: attribute errorCode assert_own_pr
operty: self does not have own property "RTCPeerConnectionIceErrorEvent" expecte
d property "RTCPeerConnectionIceErrorEvent" missing |
194 FAIL RTCPeerConnectionIceErrorEvent interface: attribute errorText assert_own_pr
operty: self does not have own property "RTCPeerConnectionIceErrorEvent" expecte
d property "RTCPeerConnectionIceErrorEvent" missing | 186 FAIL RTCPeerConnectionIceErrorEvent interface: attribute errorText assert_own_pr
operty: self does not have own property "RTCPeerConnectionIceErrorEvent" expecte
d property "RTCPeerConnectionIceErrorEvent" missing |
195 FAIL RTCPeerConnectionIceErrorEvent must be primary interface of new RTCPeerConn
ectionIceErrorEvent("ice-error", { errorCode: 701 }); assert_equals: Unexpected
exception when evaluating object expected null but got object "ReferenceError: R
TCPeerConnectionIceErrorEvent is not defined" | |
196 FAIL Stringification of new RTCPeerConnectionIceErrorEvent("ice-error", { errorC
ode: 701 }); assert_equals: Unexpected exception when evaluating object expected
null but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is not defi
ned" | |
197 FAIL RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEven
t("ice-error", { errorCode: 701 }); must inherit property "hostCandidate" with t
he proper type (0) assert_equals: Unexpected exception when evaluating object ex
pected null but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is no
t defined" | 187 FAIL RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEven
t("ice-error", { errorCode: 701 }); must inherit property "hostCandidate" with t
he proper type (0) assert_equals: Unexpected exception when evaluating object ex
pected null but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is no
t defined" |
198 FAIL RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEven
t("ice-error", { errorCode: 701 }); must inherit property "url" with the proper
type (1) assert_equals: Unexpected exception when evaluating object expected nul
l but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is not defined" | 188 FAIL RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEven
t("ice-error", { errorCode: 701 }); must inherit property "url" with the proper
type (1) assert_equals: Unexpected exception when evaluating object expected nul
l but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is not defined" |
199 FAIL RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEven
t("ice-error", { errorCode: 701 }); must inherit property "errorCode" with the p
roper type (2) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is not de
fined" | 189 FAIL RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEven
t("ice-error", { errorCode: 701 }); must inherit property "errorCode" with the p
roper type (2) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is not de
fined" |
200 FAIL RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEven
t("ice-error", { errorCode: 701 }); must inherit property "errorText" with the p
roper type (3) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is not de
fined" | 190 FAIL RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEven
t("ice-error", { errorCode: 701 }); must inherit property "errorText" with the p
roper type (3) assert_equals: Unexpected exception when evaluating object expect
ed null but got object "ReferenceError: RTCPeerConnectionIceErrorEvent is not de
fined" |
201 PASS RTCCertificate interface: existence and properties of interface object | 191 PASS RTCCertificate interface: existence and properties of interface object |
202 PASS RTCCertificate interface object length | 192 PASS RTCCertificate interface object length |
203 PASS RTCCertificate interface object name | 193 PASS RTCCertificate interface object name |
204 PASS RTCCertificate interface: existence and properties of interface prototype o
bject | 194 PASS RTCCertificate interface: existence and properties of interface prototype o
bject |
205 PASS RTCCertificate interface: existence and properties of interface prototype o
bject's "constructor" property | 195 PASS RTCCertificate interface: existence and properties of interface prototype o
bject's "constructor" property |
206 PASS RTCCertificate interface: attribute expires | 196 PASS RTCCertificate interface: attribute expires |
207 FAIL RTCCertificate interface: attribute fingerprints assert_true: The prototype
object must have a property "fingerprints" expected true got false | 197 FAIL RTCCertificate interface: attribute fingerprints assert_true: The prototype
object must have a property "fingerprints" expected true got false |
208 FAIL RTCCertificate interface: operation getAlgorithm() assert_own_property: int
erface prototype object missing non-static operation expected property "getAlgor
ithm" missing | 198 FAIL RTCCertificate interface: operation getAlgorithm() assert_own_property: int
erface prototype object missing non-static operation expected property "getAlgor
ithm" missing |
209 PASS RTCCertificate must be primary interface of certificate | |
210 PASS Stringification of certificate | |
211 PASS RTCCertificate interface: certificate must inherit property "expires" with
the proper type (0) | 199 PASS RTCCertificate interface: certificate must inherit property "expires" with
the proper type (0) |
212 FAIL RTCCertificate interface: certificate must inherit property "fingerprints"
with the proper type (1) assert_inherits: property "fingerprints" not found in p
rototype chain | 200 FAIL RTCCertificate interface: certificate must inherit property "fingerprints"
with the proper type (1) assert_inherits: property "fingerprints" not found in p
rototype chain |
213 FAIL RTCCertificate interface: certificate must inherit property "getAlgorithm"
with the proper type (2) assert_inherits: property "getAlgorithm" not found in p
rototype chain | 201 FAIL RTCCertificate interface: certificate must inherit property "getAlgorithm"
with the proper type (2) assert_inherits: property "getAlgorithm" not found in p
rototype chain |
214 PASS RTCRtpSender interface: existence and properties of interface object | 202 PASS RTCRtpSender interface: existence and properties of interface object |
215 PASS RTCRtpSender interface object length | 203 PASS RTCRtpSender interface object length |
216 PASS RTCRtpSender interface object name | 204 PASS RTCRtpSender interface object name |
217 PASS RTCRtpSender interface: existence and properties of interface prototype obj
ect | 205 PASS RTCRtpSender interface: existence and properties of interface prototype obj
ect |
218 PASS RTCRtpSender interface: existence and properties of interface prototype obj
ect's "constructor" property | 206 PASS RTCRtpSender interface: existence and properties of interface prototype obj
ect's "constructor" property |
219 PASS RTCRtpSender interface: attribute track | 207 PASS RTCRtpSender interface: attribute track |
220 FAIL RTCRtpSender interface: attribute transport assert_true: The prototype obje
ct must have a property "transport" expected true got false | 208 FAIL RTCRtpSender interface: attribute transport assert_true: The prototype obje
ct must have a property "transport" expected true got false |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 FAIL RTCIdentityAssertion interface: attribute idp assert_own_property: self doe
s not have own property "RTCIdentityAssertion" expected property "RTCIdentityAss
ertion" missing | 350 FAIL RTCIdentityAssertion interface: attribute idp assert_own_property: self doe
s not have own property "RTCIdentityAssertion" expected property "RTCIdentityAss
ertion" missing |
363 FAIL RTCIdentityAssertion interface: attribute name assert_own_property: self do
es not have own property "RTCIdentityAssertion" expected property "RTCIdentityAs
sertion" missing | 351 FAIL RTCIdentityAssertion interface: attribute name assert_own_property: self do
es not have own property "RTCIdentityAssertion" expected property "RTCIdentityAs
sertion" missing |
364 FAIL RTCErrorEvent interface: existence and properties of interface object asser
t_own_property: self does not have own property "RTCErrorEvent" expected propert
y "RTCErrorEvent" missing | 352 FAIL RTCErrorEvent interface: existence and properties of interface object asser
t_own_property: self does not have own property "RTCErrorEvent" expected propert
y "RTCErrorEvent" missing |
365 FAIL RTCErrorEvent interface object length assert_own_property: self does not ha
ve own property "RTCErrorEvent" expected property "RTCErrorEvent" missing | 353 FAIL RTCErrorEvent interface object length assert_own_property: self does not ha
ve own property "RTCErrorEvent" expected property "RTCErrorEvent" missing |
366 FAIL RTCErrorEvent interface object name assert_own_property: self does not have
own property "RTCErrorEvent" expected property "RTCErrorEvent" missing | 354 FAIL RTCErrorEvent interface object name assert_own_property: self does not have
own property "RTCErrorEvent" expected property "RTCErrorEvent" missing |
367 FAIL RTCErrorEvent interface: existence and properties of interface prototype ob
ject assert_own_property: self does not have own property "RTCErrorEvent" expect
ed property "RTCErrorEvent" missing | 355 FAIL RTCErrorEvent interface: existence and properties of interface prototype ob
ject assert_own_property: self does not have own property "RTCErrorEvent" expect
ed property "RTCErrorEvent" missing |
368 FAIL RTCErrorEvent interface: existence and properties of interface prototype ob
ject's "constructor" property assert_own_property: self does not have own proper
ty "RTCErrorEvent" expected property "RTCErrorEvent" missing | 356 FAIL RTCErrorEvent interface: existence and properties of interface prototype ob
ject's "constructor" property assert_own_property: self does not have own proper
ty "RTCErrorEvent" expected property "RTCErrorEvent" missing |
369 FAIL RTCErrorEvent interface: attribute error assert_own_property: self does not
have own property "RTCErrorEvent" expected property "RTCErrorEvent" missing | 357 FAIL RTCErrorEvent interface: attribute error assert_own_property: self does not
have own property "RTCErrorEvent" expected property "RTCErrorEvent" missing |
370 Harness: the test ran to completion. | 358 Harness: the test ran to completion. |
371 | 359 |
OLD | NEW |