| Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-variable-height.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-variable-height.js b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-variable-height.js
|
| index bc49549bc6576d24c821225e0fddfeb71a6bf330..4d3392f5b91e2db98a3e3955b5e92562e1693f44 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-variable-height.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-variable-height.js
|
| @@ -30,8 +30,7 @@ class Delegate {
|
| }
|
|
|
| var delegate = new Delegate();
|
| -var list = new UI.ListControl(delegate);
|
| -list.setHeightMode(UI.ListHeightMode.Variable);
|
| +var list = new UI.ListControl(delegate, UI.ListMode.ViewportVariableItems);
|
| list.element.style.height = '73px';
|
| UI.inspectorView.element.appendChild(list.element);
|
|
|
|
|