NEW 161354
Web Inspector: when there is a top-level exception in the Inspector page, inspector tests time out instead of printing the exception
https://bugs.webkit.org/show_bug.cgi?id=161354
Summary Web Inspector: when there is a top-level exception in the Inspector page, ins...
Blaze Burg
Reported 2016-08-29 15:52:14 PDT
It looks like someone forgot to hook up FrontendTestHarness.reportUncaughtException to window.onerror or the Error event in Test.js. This would hopefully be set up before calling WebInspector.loaded so that exceptions encountered while the Inspector does its first load are properly reported.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-08-29 15:52:43 PDT
Note You need to log in before you can comment on or make changes to this bug.