| Index: third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-cancelKeyLock.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-cancelKeyLock.https.html b/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-cancelKeyLock.https.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3301d444b520d1db641ffb32316b30cf56ef0e6c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-cancelKeyLock.https.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +<script>
|
| +'use strict';
|
| +
|
| +test(() => {
|
| + assert_true(navigator.cancelKeyLock() === undefined);
|
| +}, 'Keyboard Lock cancelKeyLock');
|
| +
|
| +</script>
|
|
|