Pass | A named property must not be set if a property already exists | Asserts runPass | assert_equals(5, 5)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/existing-prop.html:20:3) |
|
Pass | A named property must not be set if a property already exists, even if undefined | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/existing-prop.html:30:3) |
|
Pass | If a property is occupied by a named property but then the user sets it, the user's value shadows it | Asserts runPass | assert_equals(5, 5)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/existing-prop.html:40:3) |
|
Pass | A named property must not be set if the property already exists in the proxy | Asserts runPass | 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) |
|