This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/lib/jsdom/browser/Window.js b/lib/jsdom/browser/Window.js | |
| index 52d011cae61c3688ec64baa5cec411d55edbda9d..298d7ec8d2cc1ea5e974262b978e6041389900f7 100644 | |
| --- a/lib/jsdom/browser/Window.js | |
| +++ b/lib/jsdom/browser/Window.js | |
| @@ -507,8 +507,8 @@ function installOwnProperties(window, options) { | |
| // [LegacyUnforgeable]: | |
| window: { configurable: false }, | |
| document: { configurable: false }, | |
| - location: { configurable: false }, | |
| - top: { configurable: false } |