mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
5 lines
209 B
JavaScript
5 lines
209 B
JavaScript
//META: title=Wake Lock API is not exposed in an insecure context
|
|
|
|
test(() => {
|
|
assert_false("WakeLock" in self, "'WakeLock' must not be exposed");
|
|
}, "Wake Lock API is not exposed in an insecure context");
|