blob: 10fd50d3a79e43645841eae3ce3b92796da585f7 [file] [log] [blame] [edit]
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';
test(() => {
assert_equals(navigator.cancelKeyboardLock(),
undefined);
}, 'Keyboard Lock cancelKeyboardLock');
</script>