Created attachment 461719 [details] Screenshot of error state Printing HTML elements with console.table() will cause the web inspector and associated tab to hang. Sometimes this hang is indefinite, other times it ends with a crash/reload of the tab. To reproduce: 1. Navigate to any page and open the inspector 2. Enter the following command in the console: `console.table([{ 'Body': document.body }])` 3. Notice the table is not printed in the logs 4. Notice that, while you can navigate within the inspector, more console commands cannot be submitted, the tab is not responsive, etc. In some cases, "Maximum call stack size exceeded." will be presented in an alert. This could be a duplicate of https://bugs.webkit.org/show_bug.cgi?id=225743.
<rdar://problem/99149986>