summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-message-categories-empty-getelementbyid.js
blob: 353ab4b2a3c1b7ff625fb16049eb58854d2cbd50 (plain)
1
2
3
4
5
6
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

window.addEventListener("load", function () {
  document.getElementById("");
});