Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassAn interface object deleted after it has been accessed is undefined
Asserts run
Pass
assert_equals("function", "function")
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-object.html:8:5)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-object.html:10:5)
PassAn interface object deleted before it has been defined is undefined
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-object.html:15:5)
PassInterface objects deleted multiple times stay deleted
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-object.html:20:5)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-object.html:22:5)
PassFancy property names don't break the resolve hook on Window
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-object.html:26:5)