summaryrefslogtreecommitdiffstats
path: root/layout/tools/reftest/selftest/files/assert.html
blob: c9aedcf1169ea381d74d9306df7e8b525bc21b19 (plain)
1
2
3
4
5
6
7
<script>
const Cc = SpecialPowers.Cc;
const Ci = SpecialPowers.Ci;

let debug = Cc["@mozilla.org/xpcom/debug;1"].getService(Ci.nsIDebug2);
debug.assertion('failed assertion check', 'false', 'assert.html', 6);
</script>