| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Navigator interface: attribute mediaCapabilities | 2 PASS Navigator interface: attribute mediaCapabilities |
| 3 PASS Navigator must be primary interface of navigator | 3 PASS Navigator must be primary interface of navigator |
| 4 PASS Stringification of navigator | 4 PASS Stringification of navigator |
| 5 PASS Navigator interface: navigator must inherit property "mediaCapabilities" wi
th the proper type (0) | 5 PASS Navigator interface: navigator must inherit property "mediaCapabilities" wi
th the proper type (0) |
| 6 PASS WorkerNavigator interface: existence and properties of interface object | 6 PASS WorkerNavigator interface: existence and properties of interface object |
| 7 PASS MediaCapabilitiesInfo interface: existence and properties of interface obje
ct | 7 PASS MediaCapabilitiesInfo interface: existence and properties of interface obje
ct |
| 8 PASS MediaCapabilitiesInfo interface object length | 8 PASS MediaCapabilitiesInfo interface object length |
| 9 PASS MediaCapabilitiesInfo interface object name | 9 PASS MediaCapabilitiesInfo interface object name |
| 10 FAIL MediaCapabilitiesInfo interface: existence and properties of interface prot
otype object assert_equals: class string of MediaCapabilitiesInfo.prototype expe
cted "[object MediaCapabilitiesInfoPrototype]" but got "[object MediaCapabilitie
sInfo]" | 10 FAIL MediaCapabilitiesInfo interface: existence and properties of interface prot
otype object assert_equals: class string of MediaCapabilitiesInfo.prototype expe
cted "[object MediaCapabilitiesInfoPrototype]" but got "[object MediaCapabilitie
sInfo]" |
| 11 PASS MediaCapabilitiesInfo interface: existence and properties of interface prot
otype object's "constructor" property | 11 PASS MediaCapabilitiesInfo interface: existence and properties of interface prot
otype object's "constructor" property |
| 12 PASS MediaCapabilitiesInfo interface: attribute supported | 12 PASS MediaCapabilitiesInfo interface: attribute supported |
| 13 PASS MediaCapabilitiesInfo interface: attribute smooth | 13 PASS MediaCapabilitiesInfo interface: attribute smooth |
| 14 PASS MediaCapabilitiesInfo interface: attribute powerEfficient | 14 PASS MediaCapabilitiesInfo interface: attribute powerEfficient |
| 15 PASS MediaCapabilities interface: existence and properties of interface object | 15 PASS MediaCapabilities interface: existence and properties of interface object |
| 16 PASS MediaCapabilities interface object length | 16 PASS MediaCapabilities interface object length |
| 17 PASS MediaCapabilities interface object name | 17 PASS MediaCapabilities interface object name |
| 18 FAIL MediaCapabilities interface: existence and properties of interface prototyp
e object assert_equals: class string of MediaCapabilities.prototype expected "[o
bject MediaCapabilitiesPrototype]" but got "[object MediaCapabilities]" | 18 FAIL MediaCapabilities interface: existence and properties of interface prototyp
e object assert_equals: class string of MediaCapabilities.prototype expected "[o
bject MediaCapabilitiesPrototype]" but got "[object MediaCapabilities]" |
| 19 PASS MediaCapabilities interface: existence and properties of interface prototyp
e object's "constructor" property | 19 PASS MediaCapabilities interface: existence and properties of interface prototyp
e object's "constructor" property |
| 20 FAIL MediaCapabilities interface: operation decodingInfo(MediaDecodingConfigurat
ion) assert_throws: calling operation with this = null didn't throw TypeError fu
nction "function () { | 20 FAIL MediaCapabilities interface: operation decodingInfo(MediaDecodingConfigurat
ion) assert_throws: calling operation with this = null didn't throw TypeError fu
nction "function () { |
| 21 fn.apply(obj, args); | 21 fn.apply(obj, args); |
| 22 }" did not throw | 22 }" did not throw |
| 23 FAIL MediaCapabilities interface: operation encodingInfo(MediaEncodingConfigurat
ion) assert_own_property: interface prototype object missing non-static operatio
n expected property "encodingInfo" missing | 23 FAIL MediaCapabilities interface: operation encodingInfo(MediaEncodingConfigurat
ion) assert_throws: calling operation with this = null didn't throw TypeError fu
nction "function () { |
| 24 fn.apply(obj, args); |
| 25 }" did not throw |
| 24 Harness: the test ran to completion. | 26 Harness: the test ran to completion. |
| 25 | 27 |
| OLD | NEW |