Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up"The error event from an event listener should fire on that listener's global." per WPT but sometimes doesn't #25198
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The four tests with filenames WPT html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-?.html test various slightly different scenarios that mix together objects from different (same-origin) globals to see which event handlers fire on which events. Tests -1.html and -4.html fail while 2 and 3 succeed; I'm not confident enough to speculate which aspect of the tests makes the difference.