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

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: Print keys in 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..5ca14c0c420bace4b9c6785826b49d2e2af413d1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/soft-context-menu-expected.txt
@@ -0,0 +1,42 @@
+Initial focused element has focus
+[null]
+ArrowDown
+[First]
+ArrowDown
+[Second]
+ArrowDown
+[Third]
+ArrowUp
+[Second]
+ArrowUp
+[First]
+ArrowUp
+[First]
+ArrowDown
+[Second]
+Enter Submenu
+ArrowRight
+Second -> [Child 1]
+ArrowDown
+Second -> [Child 2]
+ArrowDown
+Second -> [Child 3]
+ArrowDown
+Second -> [Child 4]
+Leave Submenu ArrowLeft
+ArrowLeft
+[Second]
+ArrowRight
+Second -> [Child 1]
+Leave Submenu Escape
+Escape
+[Second]
+Enter Sub-Submenu
+Space
+Second -> [Child 1]
+Enter
+Second -> Child 1 -> [Grandchild]
+Item Selected: Grandchild
+Enter
+Initial focused element has focus
+

Powered by Google App Engine
This is Rietveld 408576698