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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/inline-scope-variables-expected.txt

Issue 2388903004: [DevTools] Fixed inline scope variables for object property (Closed)
Patch Set: addressed comments Created 4 years, 2 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: 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]
+

Powered by Google App Engine
This is Rietveld 408576698