Summary

Harness status: OK

Found 11 tests

Details

ResultTest NameMessage
Passmust not set the property value when assigning to a numeric property on an object which implements an indexed property getter but not a setter when not in strict mode
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:12:9)
Passmust throw when assigning to a numeric property on an object which implements a indexed property getter but not a setter in strict mode
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { element.childNodes["5"] = "foo"; }")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:19:9)
Passmust allow assigning to a named property on an object which implements a named property getter but not a setter when not in strict mode
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:25:9)
Passmust allow assigning to a named property on an object which implements a named property getter but not a setter in strict mode
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:32:9)
Passmust allow setting built-in property on a [LegacyOverrideBuiltIns] object even if a named property shadows it
Asserts run
Pass
assert_equals("get", "get")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:38:9)
Pass
assert_equals(Element node <input name="method" id="method"></input>, Element node <input name="method" id="method"></input>)
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:43:9)
Pass
assert_equals(Element node <input name="method" id="method"></input>, Element node <input name="method" id="method"></input>)
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:45:9)
Pass
assert_equals("post", "post")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:47:9)
Passmust allow assigning to a symbol property on an object which implements an indexed property getter but not a setter when not in strict mode
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:56:9)
Passmust allow assigning to a symbol property on an object which implements an indexed property getter but not a setter in strict mode
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:64:9)
Passmust allow assigning to a symbol property on an object which implements indexed and named property getters but no setters when not in strict mode
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:70:9)
Passmust allow assigning to a symbol property on an object which implements indexed and named property getters but no setters in strict mode
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:77:9)
Passmust allow assigning to a symbol property on an object which implements indexed and named property getters and setters when not in strict mode
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:84:9)
Passmust allow assigning to a symbol property on an object which implements indexed and named property getters and setters in strict mode
Asserts run
Pass
assert_equals("foo", "foo")
    at Test.<anonymous> ( /webidl/ecmascript-binding/legacy-platform-object/Set.html:92:9)