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

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

Issue 1191983002: DevTools: [Console] filter out URLs from %c styling properties (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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-format-style-whitelist.html
diff --git a/LayoutTests/inspector/console/console-format-style-whitelist.html b/LayoutTests/inspector/console/console-format-style-whitelist.html
index ef0b0ce1049297d388c5b595ad708b240047dec5..f40ccf0d14afee58a2a801380489c0040cfec7e6 100644
--- a/LayoutTests/inspector/console/console-format-style-whitelist.html
+++ b/LayoutTests/inspector/console/console-format-style-whitelist.html
@@ -12,6 +12,7 @@ function onload()
console.log('%cDisplay, on the other hand, is bad news.', 'display: none;');
console.log('%cAnd position too.', 'position: absolute;');
+ console.log('%cAnd URL is not allowed as a value .', 'background-image: url("http://example.com/cookies")');
runTest();
}

Powered by Google App Engine
This is Rietveld 408576698