| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html b/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html
|
| index fbaf4826815eb62ab194f9b559014ddc459e7eaf..b8718a8087e6cd158b67173955dcf4aae2171691 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html
|
| @@ -29,7 +29,7 @@ function test()
|
|
|
| InspectorTest.addResult("script was added");
|
| var message = Console.ConsoleView.instance()._visibleViewMessages[0];
|
| - var anchorElement = message.element().querySelector(".console-message-url");
|
| + var anchorElement = message.element().querySelector(".devtools-link");
|
| anchorElement.click();
|
| }
|
|
|
|
|