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

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: restore scroll pos, add test for old regression 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 CONSOLE MESSAGE: line 11: 20
23 CONSOLE MESSAGE: line 11: 21
24 CONSOLE MESSAGE: line 11: 22
25 CONSOLE MESSAGE: line 11: 23
26 CONSOLE MESSAGE: line 11: 24
27 CONSOLE MESSAGE: line 11: 25
28 CONSOLE MESSAGE: line 11: 26
29 CONSOLE MESSAGE: line 11: 27
30 CONSOLE MESSAGE: line 11: 28
31 CONSOLE MESSAGE: line 11: 29
32 CONSOLE MESSAGE: line 11: 30
33 CONSOLE MESSAGE: line 11: 31
34 CONSOLE MESSAGE: line 11: 32
35 CONSOLE MESSAGE: line 11: 33
36 CONSOLE MESSAGE: line 11: 34
37 CONSOLE MESSAGE: line 11: 35
38 CONSOLE MESSAGE: line 11: 36
39 CONSOLE MESSAGE: line 11: 37
40 CONSOLE MESSAGE: line 11: 38
41 CONSOLE MESSAGE: line 11: 39
42 Tests that interacting with the console gives appropriate focus.
43
44 Message count: 22
45
46 Running: verifyViewportIsTallEnough
47 Viewport contains 13 messages
48
49 Running: testFocusingConsoleShouldNotJump
50 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
51 Viewport scrollTop: 0
52 Focused element: TEXTAREA
53 Viewport scrollTop: 0
54
55 Running: testExpandingObjectShouldNotJump
56 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
57 Viewport scrollTop: 0
58 Clicking to expand object
59 Focused element: TEXTAREA
60 Viewport scrollTop: 0
61
62 Running: testClickingWithSelectedTextShouldNotJump
63 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
64 Viewport scrollTop: 0
65 Clicking to expand object
66 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
67 Viewport scrollTop: 0
68 Scrolling to bottom
69 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
70 Viewport scrollTop: 245
71
72 Running: testClickToFocusAndLoadConsoleHistoryShouldJump
73 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
74 Viewport scrollTop: 0
75 Clicking container
76 Focused element: TEXTAREA
77 Viewport scrollTop: 0
78 Sending up key
79 Focused element: TEXTAREA
80 Viewport scrollTop: 681
81 Selection in prompt: {"startLine":0,"startColumn":17,"endLine":0,"endColumn":17}
82
83 Running: testClickingBelowPromptShouldMoveCursor
84 Clearing console
85 Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
86 Viewport scrollTop: 0
87 Selection before: {"startLine":0,"startColumn":1,"endLine":0,"endColumn":1}
88 Selection after: {"startLine":0,"startColumn":6,"endLine":0,"endColumn":6}
89 Focused element: TEXTAREA
90 Viewport scrollTop: 0
91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698