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

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: 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 CONSOLE MESSAGE: line 9: [object Object]
2 CONSOLE MESSAGE: line 11: 0
3 CONSOLE MESSAGE: line 11: 1
4 CONSOLE MESSAGE: line 11: 2
5 CONSOLE MESSAGE: line 11: 3
6 CONSOLE MESSAGE: line 11: 4
7 CONSOLE MESSAGE: line 11: 5
8 CONSOLE MESSAGE: line 11: 6
9 CONSOLE MESSAGE: line 11: 7
10 CONSOLE MESSAGE: line 11: 8
11 CONSOLE MESSAGE: line 11: 9
12 CONSOLE MESSAGE: line 11: 10
13 CONSOLE MESSAGE: line 11: 11
14 CONSOLE MESSAGE: line 11: 12
15 CONSOLE MESSAGE: line 11: 13
16 CONSOLE MESSAGE: line 11: 14
17 CONSOLE MESSAGE: line 11: 15
18 CONSOLE MESSAGE: line 11: 16
19 CONSOLE MESSAGE: line 11: 17
20 CONSOLE MESSAGE: line 11: 18
21 CONSOLE MESSAGE: line 11: 19
22 Tests that interacting with the console gives appropriate focus.
23
24 Message count: 10
25
26 Running: verifyViewportIsTallEnough
27 Viewport contains 10 messages
28
29 Running: testExpandingObjectShouldNotJump
30 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
31 Is at bottom: false, should stick: false
32 Clicking to expand object
33 Focused element: TEXTAREA
34 Is at bottom: false, should stick: false
35
36 Running: testClickingWithSelectedTextShouldNotJump
37 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
38 Is at bottom: false, should stick: false
39 Clicking to expand object
40 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
41 Is at bottom: false, should stick: false
42 Scrolling to bottom
43 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
44 Is at bottom: true, should stick: true
45
46 Running: testClickToFocusAndLoadConsoleHistoryShouldJump
47 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
48 Is at bottom: false, should stick: false
49 Clicking container
50 Focused element: TEXTAREA
51 Is at bottom: false, should stick: false
52 Sending up key
53 Focused element: TEXTAREA
54 Is at bottom: true, should stick: true
55 Selection in prompt: {"startLine":0,"startColumn":17,"endLine":0,"endColumn":17}
56
57 Running: testClickingBelowPromptShouldMoveCursor
58 Clearing console
59 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
60 Is at bottom: true, should stick: true
61 Selection before: {"startLine":0,"startColumn":1,"endLine":0,"endColumn":1}
62 Selection after: {"startLine":0,"startColumn":6,"endLine":0,"endColumn":6}
63 Focused element: TEXTAREA
64 Is at bottom: true, should stick: true
65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698