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

Unified Diff: LayoutTests/inspector/console/console-log-linkify-links-expected.txt

Issue 1095943002: DevTools: [console] Logged promise rejections do not change state once handled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: comments addressed Created 5 years, 8 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: LayoutTests/inspector/console/console-log-linkify-links-expected.txt
diff --git a/LayoutTests/inspector/console/console-log-linkify-links-expected.txt b/LayoutTests/inspector/console/console-log-linkify-links-expected.txt
index 6db86c08b56040f7a573298d279c9fa3b743a88a..83d93e4ca1249b72ab4c4348252cd488a0227563 100644
--- a/LayoutTests/inspector/console/console-log-linkify-links-expected.txt
+++ b/LayoutTests/inspector/console/console-log-linkify-links-expected.txt
@@ -5,11 +5,11 @@ CONSOLE MESSAGE: line 9: 123
CONSOLE MESSAGE: line 10: http://www.chromium.org/some?v=114:56:57
Test that console.log() would linkify the links. Bug 231074.
-console-log-linkify-links.html:6 http://www.chromium.org/ console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
-console-log-linkify-links.html:7 follow http://www.chromium.org/ console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
-console-log-linkify-links.html:8 string http://www.chromium.org/ console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
-console-log-linkify-links.html:9 123 "http://www.chromium.org/" console-message-text source-code > console-message-url webkit-html-resource-link > object-value-number source-code > source-code > object-value-string source-code > webkit-html-external-link
-console-log-linkify-links.html:10 http://www.chromium.org/some?v=114:56:57 console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
+console-log-linkify-links.html:6 http://www.chromium.org/ console-message-wrapper console-log-level > console-message > console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
+console-log-linkify-links.html:7 follow http://www.chromium.org/ console-message-wrapper console-log-level > console-message > console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
+console-log-linkify-links.html:8 string http://www.chromium.org/ console-message-wrapper console-log-level > console-message > console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
+console-log-linkify-links.html:9 123 "http://www.chromium.org/" console-message-wrapper console-log-level > console-message > console-message-text source-code > console-message-url webkit-html-resource-link > object-value-number source-code > source-code > object-value-string source-code > webkit-html-external-link
+console-log-linkify-links.html:10 http://www.chromium.org/some?v=114:56:57 console-message-wrapper console-log-level > console-message > console-message-text source-code > console-message-url webkit-html-resource-link > webkit-html-external-link
Dump urls in messages
linked url:http://www.chromium.org/
linked url:http://www.chromium.org/

Powered by Google App Engine
This is Rietveld 408576698