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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html

Issue 1877223003: DevTools: deprecate InspectorTest.runAfterPendingDispatches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html b/third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html
index 32d303552cabbc793fdf13203d24989e645a54ee..1a41a6bdf76a6b8be9f2a1fdc0da6c47ac14318b 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html
@@ -16,7 +16,7 @@ function test()
var topNode = treeOutline.rootElement().childAt(0).childAt(1).childAt(1);
topNode.expandRecursively();
- InspectorTest.runAfterPendingDispatches(secondStep);
+ InspectorTest.deprecatedRunAfterPendingDispatches(secondStep);
};
function secondStep()

Powered by Google App Engine
This is Rietveld 408576698