| 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>
|
| +
|
|
|