Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/soft-context-menu-expected.txt

Issue 2824023002: DevTools: Use FocusRestorer in SoftContextMenu (Closed)
Patch Set: Add a test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698