Test files: 2; Total subtests: 36
Test | CA67 | CD67 |
---|---|---|
/generic-sensor/SensorErrorEvent-constructor.https.html | OK | OK |
SensorErrorEvent constructor without init dict | PASS | PASS |
SensorErrorEvent constructor with init dict | PASS | PASS |
/generic-sensor/idlharness.https.html | OK | OK |
Test IDL implementation of Generic Sensor | PASS | PASS |
Sensor interface: existence and properties of interface object | PASS | PASS |
Sensor interface object length | PASS | PASS |
Sensor interface object name | PASS | PASS |
Sensor interface: existence and properties of interface prototype object | PASS | PASS |
Sensor interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS |
Sensor interface: existence and properties of interface prototype object's @@unscopables property | PASS | PASS |
Sensor interface: attribute activated | PASS | PASS |
Unscopable handled correctly for activated property on Sensor | PASS | PASS |
Sensor interface: attribute hasReading | PASS | PASS |
Unscopable handled correctly for hasReading property on Sensor | PASS | PASS |
Sensor interface: attribute timestamp | PASS | PASS |
Unscopable handled correctly for timestamp property on Sensor | PASS | PASS |
Sensor interface: operation start() | PASS | PASS |
Unscopable handled correctly for start() on Sensor | PASS | PASS |
Sensor interface: operation stop() | PASS | PASS |
Unscopable handled correctly for stop() on Sensor | PASS | PASS |
Sensor interface: attribute onreading | PASS | PASS |
Unscopable handled correctly for onreading property on Sensor | PASS | PASS |
Sensor interface: attribute onactivate | PASS | PASS |
Unscopable handled correctly for onactivate property on Sensor | PASS | PASS |
Sensor interface: attribute onerror | PASS | PASS |
Unscopable handled correctly for onerror property on Sensor | PASS | PASS |
SensorErrorEvent interface: existence and properties of interface object | PASS | PASS |
SensorErrorEvent interface object length | PASS | PASS |
SensorErrorEvent interface object name | PASS | PASS |
SensorErrorEvent interface: existence and properties of interface prototype object | PASS | PASS |
SensorErrorEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS |
SensorErrorEvent interface: existence and properties of interface prototype object's @@unscopables property | PASS | PASS |
SensorErrorEvent interface: attribute error | PASS | PASS |
Unscopable handled correctly for error property on SensorErrorEvent | PASS | PASS |
SensorErrorEvent must be primary interface of new SensorErrorEvent("error", { error: new DOMException }); | PASS | PASS |
Stringification of new SensorErrorEvent("error", { error: new DOMException }); | PASS | PASS |
SensorErrorEvent interface: new SensorErrorEvent("error", { error: new DOMException }); must inherit property "error" with the proper type | PASS | PASS |