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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-style.html

Issue 2568983003: Add ability to linkify substituted string
Patch Set: Comments addressed 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-format-style.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-style.html b/third_party/WebKit/LayoutTests/inspector/console/console-format-style.html
index 6a8abb53d5a7fc73702a6958dc302b946d134e6d..eaa1609ab9ae2e3ed305cf43c07fe8493bcd3aa8 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-style.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-style.html
@@ -7,7 +7,6 @@ function onload()
{
console.log("%cBlue!.", "color: blue;");
console.log("%cBlue! %cRed!", "color: blue;", "color: red;");
- console.log("%cwww.google.com", "color: blue");
runTest();
}

Powered by Google App Engine
This is Rietveld 408576698