# STEPS TO REPRODUCE 1. inspect <https://webkit.org/> 2. set a breakpoint inside `enableScrollableTables` in `global.js` (should be line 4) 3. hover over `document` # EXPECTED the `listeners` property should be greyed out to match how it appears if you evaluate `dir(document)` in the Console # ACTUAL the `listeners` property appears just like any other property
<rdar://problem/73409736>