OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS ImageCapture interface: existence and properties of interface object |
| 3 PASS ImageCapture interface object length |
| 4 PASS ImageCapture interface object name |
| 5 FAIL ImageCapture interface: existence and properties of interface prototype obj
ect assert_equals: class string of ImageCapture.prototype expected "[object Imag
eCapturePrototype]" but got "[object ImageCapture]" |
| 6 PASS ImageCapture interface: existence and properties of interface prototype obj
ect's "constructor" property |
| 7 FAIL ImageCapture interface: operation takePhoto(PhotoSettings) assert_throws: c
alling operation with this = null didn't throw TypeError function "function () { |
| 8 fn.apply(obj, args); |
| 9 }" did not throw |
| 10 FAIL ImageCapture interface: operation getPhotoCapabilities() assert_throws: cal
ling operation with this = null didn't throw TypeError function "function () { |
| 11 fn.apply(obj, args); |
| 12 }" did not throw |
| 13 FAIL ImageCapture interface: operation grabFrame() assert_throws: calling operat
ion with this = null didn't throw TypeError function "function () { |
| 14 fn.apply(obj, args); |
| 15 }" did not throw |
| 16 PASS ImageCapture interface: attribute track |
| 17 PASS PhotoCapabilities interface: existence and properties of interface object |
| 18 PASS PhotoCapabilities interface object length |
| 19 PASS PhotoCapabilities interface object name |
| 20 FAIL PhotoCapabilities interface: existence and properties of interface prototyp
e object assert_equals: class string of PhotoCapabilities.prototype expected "[o
bject PhotoCapabilitiesPrototype]" but got "[object PhotoCapabilities]" |
| 21 PASS PhotoCapabilities interface: existence and properties of interface prototyp
e object's "constructor" property |
| 22 PASS PhotoCapabilities interface: attribute redEyeReduction |
| 23 PASS PhotoCapabilities interface: attribute imageHeight |
| 24 PASS PhotoCapabilities interface: attribute imageWidth |
| 25 PASS PhotoCapabilities interface: attribute fillLightMode |
| 26 PASS MediaSettingsRange interface: existence and properties of interface object |
| 27 PASS MediaSettingsRange interface object length |
| 28 PASS MediaSettingsRange interface object name |
| 29 FAIL MediaSettingsRange interface: existence and properties of interface prototy
pe object assert_equals: class string of MediaSettingsRange.prototype expected "
[object MediaSettingsRangePrototype]" but got "[object MediaSettingsRange]" |
| 30 PASS MediaSettingsRange interface: existence and properties of interface prototy
pe object's "constructor" property |
| 31 PASS MediaSettingsRange interface: attribute max |
| 32 PASS MediaSettingsRange interface: attribute min |
| 33 PASS MediaSettingsRange interface: attribute step |
| 34 Harness: the test ran to completion. |
| 35 |
OLD | NEW |