summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-external-script-errors.js
blob: e386d91ce9e27bf0838f98b2e9e2244f8aeaf6bf (plain)
1
2
3
4
5
6
7
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

function f() {
  bogus.g();
}