Repro for crbug.com/1066909

This test illustrates the problem that DevTools does not show relevant information for SyntaxErrors logged to the DevTools Console.

Steps

  1. Open DevTools
  2. Reload the page
  3. Observe that the uncaught exception links to crbug-1066909.mjs while the logged error does not
  4. Also observe that for fetch we have a similar problem where only the uncaught exception shows the link to the Network panel