Add Permissions as dependency for Wake Lock idlharness test (#16208)

The test was totally broken becase of this:
https://wpt.fyi/results/wake-lock/idlharness.https.any.html?run_id=6282765238534144&run_id=5671833655312384&run_id=5750440918515712&run_id=5111343174647808
diff --git a/wake-lock/idlharness.https.any.js b/wake-lock/idlharness.https.any.js
index 5e3ae75..fa47bd9 100644
--- a/wake-lock/idlharness.https.any.js
+++ b/wake-lock/idlharness.https.any.js
@@ -7,7 +7,7 @@
 
 idl_test(
   ['wake-lock'],
-  ['dom', 'html'],
+  ['dom', 'html', 'permissions'],
   idl_array => {
     idl_array.add_objects({
       WakeLock: ['new WakeLock("screen")']