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

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: ac 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, id: -blink-dev-tools, class: undocked platform-linux
7 Clicking message 0
8 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
9
10 Running: testClickOnMessageShouldFocusPromptWithoutScrolling
11 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
12 Viewport scrollTop before: 0
13 Clicking message 0
14 Focused element: TEXTAREA
15 Viewport scrollTop after: 0
16
17 Running: testClickOutsideMessageListShouldFocusPromptAndMoveCaretToEnd
18 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
19 Selection before: {"startLine":0,"startColumn":1,"endLine":0,"endColumn":1}
20 Selection after: {"startLine":0,"startColumn":6,"endLine":0,"endColumn":6}
21 Focused element: TEXTAREA
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698