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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that interacting with the console gives appropriate focus.
2
3 Message count: 2
4
5 Running: testClickingWithSelectedTextShouldNotFocusPrompt
6 Focused element: BODY
7 Viewport scrolled to top: true
8 Clicking message 0
9 Focused element: BODY
10 Viewport scrolled to top: true
11
12 Running: testClickOnMessageShouldFocusPromptWithoutScrolling
13 Focused element: BODY
14 Viewport scrolled to top: true
15 Clicking message 0
16 Focused element: TEXTAREA
17 Viewport scrolled to top: true
18
19 Running: testClickOutsideMessageListShouldFocusPromptAndMoveCaretToEnd
20 Focused element: BODY
21 Viewport scrolled to top: true
22 Selection before: {"startLine":0,"startColumn":1,"endLine":0,"endColumn":1}
23 Clicking on container
24 Focused element: TEXTAREA
25 Viewport scrolled to top: false
26 Selection after: {"startLine":0,"startColumn":6,"endLine":0,"endColumn":6}
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698