| 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
|
| deleted file mode 100644
|
| index 8cf40748c493e10dbf7ca40104f2ea0a73b057ce..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-cancelKeyLock.https.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="/resources/testharness.js"></script>
|
| -<script src="/resources/testharnessreport.js"></script>
|
| -<script>
|
| -'use strict';
|
| -
|
| -test(() => {
|
| - assert_equals(navigator.cancelKeyLock(),
|
| - undefined);
|
| -}, 'Keyboard Lock cancelKeyLock');
|
| -
|
| -</script>
|
|
|