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

Unified Diff: LayoutTests/inspector/initial-modules-load.html

Issue 1151263007: Devtools: Move animation to separate module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
Index: LayoutTests/inspector/initial-modules-load.html
diff --git a/LayoutTests/inspector/initial-modules-load.html b/LayoutTests/inspector/initial-modules-load.html
index 085f949aa1c637d9d8a70a524f8645868d74f52a..4ed9026688e24d3ad565b8f52dee9bb128253c23 100644
--- a/LayoutTests/inspector/initial-modules-load.html
+++ b/LayoutTests/inspector/initial-modules-load.html
@@ -13,7 +13,7 @@ function test()
function testCreateElementsPanel(next)
{
- WebInspector.inspectorView.panel("elements").then(InspectorTest.dumpLoadedModules.bind(InspectorTest, next));
+ WebInspector.inspectorView.panel("elements").then(InspectorTest.dumpLoadedModules.bind(InspectorTest, self.runtime.loadModulePromise("animation").then(next)));
},
function testCreateNetworkPanel(next)

Powered by Google App Engine
This is Rietveld 408576698