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

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

Issue 2201913002: DevTools: [Console] revert filtering out URLs from %c styling properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist.html b/third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist.html
index 8372412f505712e9049ba917e2edc81e41913052..bf85b481381d8ec2656929f639164000eacdeba3 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist.html
@@ -12,7 +12,6 @@ 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();
}
//# sourceURL=console-format-style-whitelist.html
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698