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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt

Issue 1884213003: DevTools: teach SourceMapNamesResolver to resolve "this" object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ids
Patch Set: fix tesst Created 4 years, 8 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/debugger-scope-resolve-this-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt
similarity index 55%
copy from third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt
copy to third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt
index 51184e594e2402df8d3b649dd80e840e41ba46b3..b72210af6e1ddd16e3ee92f56b7305e82f70cc35 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt
@@ -1,14 +1,13 @@
-CONSOLE MESSAGE: line 4: 0
-Tests resolving variable names via source maps.
+CONSOLE MESSAGE: line 7: [object Object]
+Tests resolving this object name via source maps.
Set timer for test function.
Script execution paused.
Scope variables sidebar pane:
Local
- pos: 10
- pos: 0
- this: Window
+ this: Foo
+Closure (Foo.bar)
WindowGlobal
<section collapsed>
Script execution resumed.

Powered by Google App Engine
This is Rietveld 408576698