wakelock-insecure-context.any.js (209B)
1 //META: title=Wake Lock API is not exposed in an insecure context 2 3 test(() => { 4 assert_false("WakeLock" in self, "'WakeLock' must not be exposed"); 5 }, "Wake Lock API is not exposed in an insecure context");