fune/devtools/client/webconsole/test/browser/test-location-debugger-link-errors.js

8 lines
192 B
JavaScript

/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
window.addEventListener("load", function () {
document.bar();
});