summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-location-debugger-link-console-log.js
blob: 14d6f8f3668815067fbfc7d99dab9d18a8d7ec1f (plain)
1
2
3
4
5
6
7
8
9
10
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

function onLoad123() {
  console.log("Blah Blah");
}

window.addEventListener("load", onLoad123);