Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1e34a9b40fce7b07b149cdaee48cc3ab3d591267 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt |
| @@ -0,0 +1,10 @@ |
| +CONSOLE MESSAGE: line 13: 3 |
| +Tests that inline scope variables are rendering correctly. |
| + |
| +Set timer for test function. |
| +9: length = 123 |
| +10: a = [1, 2, 3] |
| +11: |
| +12: b = 42 |
| +13: a = [1, 2, 3] |
| + |