Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassSensorErrorEvent constructor without init dict
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /generic-sensor/SensorErrorEvent-constructor.https.html:8:5)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => new SensorErrorEvent('error')")
    at Test.<anonymous> ( /generic-sensor/SensorErrorEvent-constructor.https.html:9:5)
PassSensorErrorEvent constructor with init dict
Asserts run
Pass
assert_equals("type", "type", "type")
    at Test.<anonymous> ( /generic-sensor/SensorErrorEvent-constructor.https.html:15:5)
Pass
assert_equals(object "Error", object "Error", "error")
    at Test.<anonymous> ( /generic-sensor/SensorErrorEvent-constructor.https.html:16:5)