summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/addon-source/browser_dbg_addon5/testxul.js
blob: 30ad9d2f8cc237a78a4ec0a2d5e33b243d1a48c9 (plain)
1
2
3
4
// Define something in here or the script may get collected
window.addEventListener("unload", function () {
  window.foo = "bar";
});