Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/keyboard/README.md |
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/keyboard/README.md b/third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/keyboard/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..38c454dd7c33eefc14022434505321f29dfb4917 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/keyboard/README.md |
| @@ -0,0 +1,3 @@ |
| +# Keyboard event tests |
| + |
| +These tests focus on testing the |key|, |code| and other attributes of KeyboardEvents. |