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

Unified Diff: LayoutTests/inspector/console/console-viewport-selection.html

Issue 1218873002: Layout tests: unflake console tests that race with the main resource load. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
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);

Powered by Google App Engine
This is Rietveld 408576698