[Webkit-unassigned] [Bug 267199] JavaScript function name 'top' has been taken. Caused pages already using this name to fail.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 19 07:27:12 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=267199
--- Comment #14 from Mark Lam <mark.lam at apple.com> ---
Ran this test on Safari, Chrome, and Firefox (again, via WebInspector):
```
Object.getOwnPropertyDescriptor(window, "top")
```
All of them produced the same result:
```
Object { get: top(), set: undefined, enumerable: true, configurable: false }
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240119/748b00b8/attachment.htm>
More information about the webkit-unassigned
mailing list