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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html

Issue 2551403002: [DevTools] ElementsBreadcrumbs Perf Improvements & Cleanup (Closed)
Patch Set: address more feedback Created 4 years 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/shadow/breadcrumb-shadow-roots.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html b/third_party/WebKit/LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html
index ba2692178c3da475ab2f911a3f385408f6f031f0..6cc5dbf394368a272e936d1b042b6c30aeda0e78 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html
@@ -48,7 +48,8 @@ function test()
InspectorTest.findNode(matchFunction, callback);
function callback(node)
{
- Common.Revealer.revealPromise(node).then(next);
+ InspectorTest.addSniffer(Elements.ElementsBreadcrumbs.prototype, "update", next);
+ Common.Revealer.revealPromise(node);
}
}

Powered by Google App Engine
This is Rietveld 408576698