| 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..924ac679068de89d5480c08c22e2135992971c5f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-focus-expected.txt
|
| @@ -0,0 +1,22 @@
|
| +Tests that interacting with the console gives appropriate focus.
|
| +
|
| +Message count: 2
|
| +
|
| +Running: testClickingWithSelectedTextShouldNotFocusPrompt
|
| +Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
|
| +Clicking message 0
|
| +Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
|
| +
|
| +Running: testClickOnMessageShouldFocusPromptWithoutScrolling
|
| +Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
|
| +Viewport scrollTop before: 0
|
| +Clicking message 0
|
| +Focused element: TEXTAREA
|
| +Viewport scrollTop after: 0
|
| +
|
| +Running: testClickOutsideMessageListShouldFocusPromptAndMoveCaretToEnd
|
| +Focused element: BODY, id: -blink-dev-tools, class: undocked platform-linux
|
| +Selection before: {"startLine":0,"startColumn":1,"endLine":0,"endColumn":1}
|
| +Selection after: {"startLine":0,"startColumn":6,"endLine":0,"endColumn":6}
|
| +Focused element: TEXTAREA
|
| +
|
|
|