Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/soft-context-menu-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/soft-context-menu-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/soft-context-menu-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..700bd0edc598933be5fdcdb9accab66a8d907117 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/soft-context-menu-expected.txt |
| @@ -0,0 +1,25 @@ |
| +Initial focused element has focus |
| +[null] |
|
dgozman
2017/04/19 20:02:16
I'd dump the keypresses here as well for readabili
einbinder
2017/04/20 21:51:12
Done.
|
| +[First] |
| +[Second] |
| +[Third] |
| +[Second] |
| +[First] |
| +[First] |
| +[Second] |
| +Enter Submenu |
| +Second -> [Child 1] |
| +Second -> [Child 2] |
| +Second -> [Child 3] |
| +Second -> [Child 4] |
| +Leave Submenu ArrowLeft |
| +[Second] |
| +Second -> [Child 1] |
| +Leave Submenu Escape |
| +[Second] |
| +Enter Sub-Submenu |
| +Second -> [Child 1] |
| +Second -> Child 1 -> [Grandchild] |
| +Item Selected: Grandchild |
| +Initial focused element has focus |
| + |