summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/infrastructure/specialPowers/specialpowers.html
blob: 38615028d24ec29218c867d7b1e5f7c4d210cf1d (plain)
1
2
3
4
5
6
7
<title>Check specialPowers is available in gecko-only tests</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

<script>
test(() => assert_equals(SpecialPowers.sanityCheck(), "foo"))
</script>