Chrome Version: (copy from chrome://version)
OS: (e.g. Win7, OSX 10.9.5, etc...)
What steps will reproduce the problem?
(1) Open DevTools console
(2) Type "Object.getOwnPropertyDescriptor(window, "top")
What is the expected result?
The dump result should not contain 'value' and 'writable'.
Edge and Firefox work so.
What happens instead?
It contains 'value' and 'writable'
Please use labels and text to provide additional information.
http://w3c-test.org/html/dom/interfaces.html contains some sub-tests for this.
Comment 1 by adithyas@chromium.org
, Aug 18 2017Status: Assigned (was: Untriaged)