| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html
|
| index 1f54abd26bfe7e2e8cb66bdeaa6008d7a97d122b..52ad9a1adf211ec697a0319e330142057365ad8d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html
|
| @@ -44,6 +44,8 @@ function test()
|
| function onFileSystemTab(sourceFrame)
|
| {
|
| fileSystemSourceFrame = sourceFrame;
|
| + fileSystemSourceFrame.setSelection(new Common.TextRange(1, 0, 2, 5));
|
| + fileSystemSourceFrame.scrollToLine(1);
|
| dumpSourceFrame(fileSystemSourceFrame);
|
| dumpEditorTabs();
|
| next();
|
|
|