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

Unified Diff: LayoutTests/inspector/console/console-log-linkify-stack-in-errors.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-log-linkify-stack-in-errors.html
diff --git a/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html b/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
index b5feff33f2c52b177f417f4c55d62881ac88dff6..8df5992e1cce606100e929a2030ca86ccd530d3b 100644
--- a/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
+++ b/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
@@ -4,8 +4,8 @@
<script src="../../http/tests/inspector/console-test.js"></script>
<script src="resources/stack-with-sourceUrl.js"></script>
<script src="resources/stack-with-sourceMap.js"></script>
-<script>
+<script>
function forStack()
{
console.log(new Error("line\nbreak").stack);
@@ -52,6 +52,10 @@ console.log("Error broken stack #4\n at function_name)foob.js:20:30(");
console.log("Error broken stack #5\n at function_name foob.js:20:30)");
console.log("Error broken stack #6\n at foob.js foob.js:40:70");
+//# sourceURL=console-log-linkify-stack-in-errors.html
+</script>
+
+<script>
function test()
{
InspectorTest.evaluateInPageWithTimeout("failure()");

Powered by Google App Engine
This is Rietveld 408576698