| Index: LayoutTests/inspector/console/console-viewport-selection.html
|
| diff --git a/LayoutTests/inspector/console/console-viewport-selection.html b/LayoutTests/inspector/console/console-viewport-selection.html
|
| index ca275a0674453456b591bc7acc37a20ec208c3b2..4959cc6b9526e71cd0d5c6da8bfac762cd6db6e3 100644
|
| --- a/LayoutTests/inspector/console/console-viewport-selection.html
|
| +++ b/LayoutTests/inspector/console/console-viewport-selection.html
|
| @@ -226,7 +226,7 @@ function test()
|
| InspectorTest.completeTest();
|
| return;
|
| }
|
| - viewport.forceScrollItemToBeLast(Math.max(fromMessage, toMessage));
|
| + viewport.forceScrollItemToBeFirst(Math.min(fromMessage, toMessage));
|
|
|
| var from = selectionContainerAndOffset(consoleView.itemElement(fromMessage).element(), fromTextOffset);
|
| var to = selectionContainerAndOffset(consoleView.itemElement(toMessage).element(), toTextOffset);
|
|
|