mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update web-platform-tests to revision 9b5bdedc2ad7797a6b99895157aeaa2b3a2d61e6
This commit is contained in:
parent
99cd30eaad
commit
10112eddce
92 changed files with 1518 additions and 445 deletions
|
@ -0,0 +1,5 @@
|
|||
//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");
|
Loading…
Add table
Add a link
Reference in a new issue