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

Unified Diff: test/inspector/runtime/create-context-expected.txt

Issue 2748503002: [inspector] changed a way of preserving stepping between tasks (Closed)
Patch Set: rebased on tunned stepping at return Created 3 years, 9 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
« no previous file with comments | « test/inspector/inspector-test.cc ('k') | test/inspector/task-runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/create-context-expected.txt
diff --git a/test/inspector/runtime/create-context-expected.txt b/test/inspector/runtime/create-context-expected.txt
index d22d9f6b8448a94a027895c74a44c0b0a24c696f..e64f75bc57c4d5c215412b76595a17746024de0d 100644
--- a/test/inspector/runtime/create-context-expected.txt
+++ b/test/inspector/runtime/create-context-expected.txt
@@ -26,7 +26,7 @@ Checks createContext().
}
#debugger;
-setTimeout(#x => x * 3, 0)
+setTimeout(x => x #* 3, 0)
Reported script's execution id: 2
{
@@ -51,8 +51,6 @@ Reported script's execution id: 2
}
#debugger;
-#debugger;
-
-setTimeout(#x => x * 3, 0)
+setTimeout(x => x #* 3, 0)
Reported script's execution id: 2
« no previous file with comments | « test/inspector/inspector-test.cc ('k') | test/inspector/task-runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698