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 |