Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Pass[Unscopable] extended attribute makes @@unscopables object on the prototype object, whose prototype is null.
Asserts run
Pass
assert_own_property(object "[object Element]", symbol "Symbol(Symbol.unscopables)", "Element.prototype has @@unscopables.")
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-prototype-object.html:10:3)
Pass
assert_equals("object", "object", "@@unscopables is an Object.")
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-prototype-object.html:12:3)
Pass
assert_equals(null, null, "@@unscopables's prototype is null.")
    at Test.<anonymous> ( /webidl/ecmascript-binding/interface-prototype-object.html:13:3)