| Index: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-8-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-8-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-8-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6c3f1cfd0e1f71d2e4e709bfda657a8e717e0d83
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-8-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +Verifies JavaScript pretty-printing functionality.
|
| +
|
| +
|
| +Running: asyncAwaitSupport
|
| +====== 8< ------
|
| +async function foo() {
|
| + return await Promise.resolve(1);
|
| +}
|
| +
|
| +------ >8 ======
|
| +Correct mapping for <async>
|
| +Correct mapping for <function>
|
| +Correct mapping for <foo>
|
| +Correct mapping for <return>
|
| +Correct mapping for <Promise>
|
| +Correct mapping for <resolve>
|
| +
|
|
|