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 f40ccf0d14afee58a2a801380489c0040cfec7e6..8372412f505712e9049ba917e2edc81e41913052 100644 |
--- a/LayoutTests/inspector/console/console-format-style-whitelist.html |
+++ b/LayoutTests/inspector/console/console-format-style-whitelist.html |
@@ -15,7 +15,10 @@ function onload() |
console.log('%cAnd URL is not allowed as a value .', 'background-image: url("http://example.com/cookies")'); |
runTest(); |
} |
+//# sourceURL=console-format-style-whitelist.html |
+</script> |
+<script> |
function test() |
{ |
InspectorTest.expandConsoleMessages(onExpanded); |