| Index: third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-requestKeyLock.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-requestKeyLock.https.html b/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-requestKeyLock.https.html
|
| deleted file mode 100644
|
| index ed461bf02f802f702a39edfe74731eedcd0b756c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/navigator-requestKeyLock.https.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="/resources/testharness.js"></script>
|
| -<script src="/resources/testharnessreport.js"></script>
|
| -<script>
|
| -'use strict';
|
| -
|
| -promise_test(() => {
|
| - const p = navigator.requestKeyLock(['a', 'b']);
|
| - assert_true(p instanceof Promise);
|
| - return p;
|
| -}, 'Keyboard Lock requestKeyLock');
|
| -
|
| -</script>
|
|
|