()
| 525 | ); |
| 526 | handled = false; |
| 527 | const func = function () { handled = true }; |
| 528 | window.onfocus = func; |
| 529 | assertSame(func, window.onfocus, "function 对象应被保存"); |
| 530 | unsafeWindow.dispatchEvent(new Event("focus")); |
no outgoing calls
no test coverage detected