summaryrefslogtreecommitdiffstats
path: root/layout/tools/reftest/selftest/files/crash.html
blob: e06c69c06ed0a514e54671f4710aaa7cb9294944 (plain)
1
2
3
4
5
6
7
8
<script>
  /* eslint-disable mozilla/no-define-cc-etc, no-undef */
  const Cc = SpecialPowers.Cc;
  const Ci = SpecialPowers.Ci;

  let debug = Cc["@mozilla.org/xpcom/debug;1"].getService(Ci.nsIDebug2);
  debug.abort("crash.html", 6);
</script>