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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/breadcrumb-updates.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/breadcrumb-updates.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/breadcrumb-updates.html b/third_party/WebKit/LayoutTests/inspector/elements/breadcrumb-updates.html
index c13deac063179c269a0fa64f107880fc80687cb0..5300a40dd9a0434c47172f263f435d4aed792fc3 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/breadcrumb-updates.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/breadcrumb-updates.html
@@ -21,7 +21,8 @@ function test()
function step0()
{
- InspectorTest.selectNodeWithId("target", step1);
+ InspectorTest.addSniffer(Elements.ElementsBreadcrumbs.prototype, "update", step1);
+ InspectorTest.selectNodeWithId("target");
}
function step1()
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698