specialpowers.html (256B)
1 <title>Check specialPowers is available in gecko-only tests</title> 2 <script src="/resources/testharness.js"></script> 3 <script src="/resources/testharnessreport.js"></script> 4 5 <script> 6 test(() => assert_equals(SpecialPowers.sanityCheck(), "foo")) 7 </script>