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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-in-errors-with-trace.html

Issue 2527763003: [DevTools] Turn links into spans to prevent default behavior. (Closed)
Patch Set: fixed comments Created 4 years, 1 month 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/http/tests/inspector/elements-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698