Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1605)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js

Issue 2948183002: DevTools: remove TestRunner.loadLazyModules (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js
index efdcc8dbf3f600c8b2d589c17fb7ccc65b2f22a7..bffaefc51b47b1d9554fed2b8546b9f84d2dc42c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/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.");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698