| Index: third_party/WebKit/LayoutTests/inspector/components/widget-focus-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/components/widget-focus-expected.txt b/third_party/WebKit/LayoutTests/inspector/components/widget-focus-expected.txt
|
| index 7a0af4b3a036245fa2d975d81dfc7f223e68c1f9..901ce28a85751e2807f6c81e46e5b94a889009f2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/components/widget-focus-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/components/widget-focus-expected.txt
|
| @@ -1,13 +1,23 @@
|
| Tests whether focus is properly remembered on widgets.
|
|
|
| +Focusing outer input...
|
| Outer Focused
|
| +Focusing widget1...
|
| Input1 Focused
|
| +Focusing widget2...
|
| Input2 Focused
|
| +Focusing outer input again...
|
| Outer Focused
|
| +Focusing main widget...
|
| Input2 Focused
|
| +Focusing outer input again...
|
| Outer Focused
|
| +Hiding widget2 and focusing main widget...
|
| Input1 Focused
|
| +Focusing split widget in main that has 3 and 4 inputs...
|
| Input4 Focused
|
| +Focusing widget 3...
|
| Input3 Focused
|
| +Focusing main widget again...
|
| Input3 Focused
|
|
|
|
|