Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassA named property must not be set if a property already exists
Asserts run
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/existing-prop.html:20:3)
PassA named property must not be set if a property already exists, even if undefined
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/existing-prop.html:30:3)
PassIf a property is occupied by a named property but then the user sets it, the user's value shadows it
Asserts run
Pass
assert_equals(5, 5)
    at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/existing-prop.html:40:3)
PassA named property must not be set if the property already exists in the proxy
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/existing-prop.html:49:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/existing-prop.html:50:3)