blob: 87b10ee49a9c8cbbf6257ae275990f66dc823973 [file] [log] [blame]
<!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>