forked from mirrors/gecko-dev
Depends on D189056 Differential Revision: https://phabricator.services.mozilla.com/D189057
7 lines
187 B
HTML
7 lines
187 B
HTML
<script>
|
|
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>
|