mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
12 lines
282 B
HTML
12 lines
282 B
HTML
<!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>
|