Index: LayoutTests/inspector/console/console-viewport-selection.html |
diff --git a/LayoutTests/inspector/console/console-viewport-selection.html b/LayoutTests/inspector/console/console-viewport-selection.html |
index 2837323ce3025d20f4ae043f63ca32536b65e2c4..a1742df3e3a77128ae1f08a0d44606070c10ddb9 100644 |
--- a/LayoutTests/inspector/console/console-viewport-selection.html |
+++ b/LayoutTests/inspector/console/console-viewport-selection.html |
@@ -9,7 +9,10 @@ function populateConsoleWithMessages(count) |
console.log("Message #" + i); |
console.log("hello %cworld", "color: blue"); |
} |
+//# sourceURL=console-viewport-selection.html |
+</script> |
+<script> |
function test() |
{ |
InspectorTest.fixConsoleViewportDimensions(600, 200); |