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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.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/extensions/extensions-resources.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
index 758574455b6d04b94aa0b7af16b3ca9a4e1cf01a..117e22249723e6ecbf6756a49a59686ad496160f 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
@@ -135,7 +135,7 @@ function extension_testOnContentCommitted(nextTest)
resource.setContent("div.test { width: 140px; height: 42px; }", false);
});
// The next step is going to produce a console message that will be logged, so synchronize the output now.
- evaluateOnFrontend("InspectorTest.runAfterPendingDispatches(reply)", function() {
+ evaluateOnFrontend("InspectorTest.deprecatedRunAfterPendingDispatches(reply)", function() {
extension_runWithResource(/abe\.png$/, function(resource) {
resource.setContent("", true);
});

Powered by Google App Engine
This is Rietveld 408576698