fune/layout/tools/reftest/selftest/files/crash.html
2023-09-24 10:38:55 +00:00

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>