| |
| PASS window.self setter throws TypeError if called on non-configurable accessor property |
| PASS window.parent setter throws TypeError if called on non-configurable accessor property |
| PASS window.origin setter throws TypeError if called on non-configurable accessor property |
| PASS window.innerWidth setter throws TypeError if called on non-configurable accessor property |
| PASS window.screen setter throws TypeError if called on non-configurable non-writable data property |
| PASS window.length setter throws TypeError if called on non-configurable non-writable data property |
| PASS window.event setter throws TypeError if called on non-configurable non-writable data property |
| PASS window.outerHeight setter throws TypeError if called on non-configurable non-writable data property |
| |