Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassManually-constructed prototype chains are correctly handled by instanceof
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /webidl/ecmascript-binding/has-instance.html:12:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /webidl/ecmascript-binding/has-instance.html:13:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /webidl/ecmascript-binding/has-instance.html:14:3)
Passinstanceof must return false across different globals, for platform objects
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /webidl/ecmascript-binding/has-instance.html:20:3)
Passplatform objects do not have Symbol.hasInstance installed
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /webidl/ecmascript-binding/has-instance.html:24:3)