| Index: third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html b/third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html
|
| index a1742df3e3a77128ae1f08a0d44606070c10ddb9..d1f84d9ed68c93d2155a164d2f1691331881580f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html
|
| @@ -221,8 +221,7 @@ function test()
|
| viewport.refresh();
|
| var firstVisibleIndex = viewport.firstVisibleIndex();
|
| var lastVisibleIndex = viewport.lastVisibleIndex();
|
| - var renderedEnoughElements = viewportMessagesCount <= lastVisibleIndex - firstVisibleIndex + 1;
|
| - InspectorTest.addResult("first visible message index: " + firstVisibleIndex + " viewport is covered: " + (renderedEnoughElements ? "YES" : "NO"));
|
| + InspectorTest.addResult("first visible message index: " + firstVisibleIndex);
|
| }
|
|
|
| function emulateShiftClickOnMessage(messageIndex)
|
|
|