| 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()
|
|
|