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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-sourcemap-expected.txt

Issue 1663723002: [DevTools] Add sourceMap support for blackboxing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@call-set-blackboxed-ranges-on-script-parsed
Patch Set: Created 4 years, 10 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-frameworks/frameworks-sourcemap-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-sourcemap-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-sourcemap-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..efc2b56c2b5dbb15a36fbff0402451b1b68d7b29
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-sourcemap-expected.txt
@@ -0,0 +1,18 @@
+Tests framework blackboxing feature with sourcemaps.
+
+Set timer for test function.
+Call stack:
+ 0) testFunction (frameworks-sourcemap.html:10)
+
+Executing StepInto...
+Executing StepInto...
+Call stack:
+ 0) callback (frameworks-sourcemap.html:16)
+ * 1) foo (framework.js:4)
+ 2) testFunction (frameworks-sourcemap.html:11)
+
+Executing StepOut...
+Call stack:
+ 0) testFunction (frameworks-sourcemap.html:12)
+
+

Powered by Google App Engine
This is Rietveld 408576698