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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt

Issue 1770263002: Devtools: resolve expressions in minified scripts with sourcemaps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 9 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-minified-variables-evalution-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-debugger-statement-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt
similarity index 54%
copy from third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-debugger-statement-expected.txt
copy to third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt
index 01190b021eed4a78adac3bc391f42f2297e2a22e..910c6e549809aafbd0c2636ea66fdb3a2f2f92cc 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-debugger-statement-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt
@@ -1,6 +1,10 @@
-Tests that debugger will stop on "debugger" statement.
+Tests evaluation in minified scripts.
Set timer for test function.
Script execution paused.
+param1
+param2
+property
+ClassA
Script execution resumed.

Powered by Google App Engine
This is Rietveld 408576698