Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';
test(() => {
assert_equals(navigator.keyboard.unlock(),
undefined);
}, '[Keyboard Lock] keyboard.unlock');
</script>