| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-in-errors-with-trace.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-in-errors-with-trace.html b/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-in-errors-with-trace.html
|
| index 6c521d95511d4229350f7593e4df4a5050efd876..b49cd8c0bf4068d3f4127dbb883eada342da3fa3 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-in-errors-with-trace.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-in-errors-with-trace.html
|
| @@ -20,7 +20,7 @@ function test()
|
| function step1()
|
| {
|
| var firstMessageEl = Console.ConsoleView.instance()._visibleViewMessages[0].element();
|
| - clickTarget = firstMessageEl.querySelectorAll(".console-message-text a")[1];
|
| + clickTarget = firstMessageEl.querySelectorAll(".console-message-text .devtools-link")[1];
|
| UI.inspectorView.showPanel("console").then(testClickTarget);
|
| }
|
|
|
|
|