| Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/viewport-datagrid-items-attached-to-dom.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/viewport-datagrid-items-attached-to-dom.js b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/viewport-datagrid-items-attached-to-dom.js
|
| index 1c6be8b5ef5b741f0d78f8defc3fa3e49a66124e..6d0679db3cfce17e871dd9714328e2318316a99c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/viewport-datagrid-items-attached-to-dom.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/viewport-datagrid-items-attached-to-dom.js
|
| @@ -1,4 +1,4 @@
|
| -TestRunner.loadLazyModules(['data_grid']).then(test);
|
| +TestRunner.loadModule('data_grid').then(test);
|
| function test() {
|
| TestRunner.addResult("This tests viewport datagrid.");
|
|
|
|
|