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

Unified Diff: LayoutTests/inspector/console/console-repeat-count.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-repeat-count.html
diff --git a/LayoutTests/inspector/console/console-repeat-count.html b/LayoutTests/inspector/console/console-repeat-count.html
index 5702e18e97d3c667b862d477ee88b675a860519f..a12207e777a8cb493d8de1d390f82c94288e2fc9 100644
--- a/LayoutTests/inspector/console/console-repeat-count.html
+++ b/LayoutTests/inspector/console/console-repeat-count.html
@@ -9,7 +9,10 @@ function dumpMessages()
for (var i = 0; i < 5; ++i)
console.log("Same message");
}
+//# sourceURL=console-repeat-count.html
+</script>
+<script>
function test()
{
InspectorTest.evaluateInPage("dumpMessages()", step1);

Powered by Google App Engine
This is Rietveld 408576698