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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-focus-expected.txt

Issue 2840663002: DevTools: clicking in console messages should not jump to bottom (Closed)
Patch Set: fix platform dependent 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/inspector/console/console-focus-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-focus-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-focus-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9dd2ca8f5e979f371a4cf5e10bc919b644b806d9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-focus-expected.txt
@@ -0,0 +1,27 @@
+Tests that interacting with the console gives appropriate focus.
+
+Message count: 2
+
+Running: testClickingWithSelectedTextShouldNotFocusPrompt
+Focused element: BODY
+Viewport scrolled to top: true
+Clicking message 0
+Focused element: BODY
+Viewport scrolled to top: true
+
+Running: testClickOnMessageShouldFocusPromptWithoutScrolling
+Focused element: BODY
+Viewport scrolled to top: true
+Clicking message 0
+Focused element: TEXTAREA
+Viewport scrolled to top: true
+
+Running: testClickOutsideMessageListShouldFocusPromptAndMoveCaretToEnd
+Focused element: BODY
+Viewport scrolled to top: true
+Selection before: {"startLine":0,"startColumn":1,"endLine":0,"endColumn":1}
+Clicking on container
+Focused element: TEXTAREA
+Viewport scrolled to top: false
+Selection after: {"startLine":0,"startColumn":6,"endLine":0,"endColumn":6}
+

Powered by Google App Engine
This is Rietveld 408576698