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

Unified Diff: LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt

Issue 1312033002: DevTools: fix pretty-print of anonymous functions passed as call parameters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix stray changes Created 5 years, 4 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/sources/pretty-print-javascript-6-expected.txt
diff --git a/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt b/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
index 959f83b1b76d43e051f17d581d511972a2cb6855..4ef16da16708ecefcd3348a6715ea843a0f3c294 100644
--- a/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
+++ b/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
@@ -68,3 +68,15 @@ Correct mapping for <person>
Correct mapping for <name>
Correct mapping for <}>
+Running: anonimousFunctionAsParameter
+====== 8< ------
+setTimeout(function() {
+ alert(1);
+}, 2000);
+
+------ >8 ======
+Correct mapping for <setTimeout>
+Correct mapping for <function>
+Correct mapping for <alert>
+Correct mapping for <2000>
+

Powered by Google App Engine
This is Rietveld 408576698