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(); |
} |