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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html

Issue 2571713005: DevTools: untruncate links on console export (Closed)
Patch Set: rebase Created 3 years, 11 months 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
Index: third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html b/third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html
index 525502fb5a62e879623198737ece40e511b03d19..fa0d65122190558322f31ba5e58f14fcd0f64401 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html
@@ -58,7 +58,7 @@ function test()
var messages = Console.ConsoleView.instance()._visibleViewMessages;
for (var i = 0; i < messages.length; ++i) {
var element = messages[i].toMessageElement();
- var anchor = element.querySelector(".console-message-url");
+ var anchor = element.querySelector(".console-message-anchor");
InspectorTest.addResult(anchor.textContent.replace(/VM\d+/g, "VM"));
}
}

Powered by Google App Engine
This is Rietveld 408576698