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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-source-map-blackboxing-expected.txt

Issue 1649553002: [DevTools] Support source map with blackboxing in call frame sidebar, console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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-with-source-map-blackboxing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-source-map-blackboxing-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-source-map-blackboxing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..84e8658a6b02968660411d72bb3d8ebaa6840aef
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-source-map-blackboxing-expected.txt
@@ -0,0 +1,12 @@
+Tests framework black-boxing with source maps.
+
+
+Running: testBlackboxing
+Script execution paused.
+Call stack:
+ 0) Framework.callFunction (frameworks-with-source-map-blackboxing.html:9)
+ * 1) Framework.callFunction (foo.js:9)
+ 2) testFunction (frameworks-with-source-map-blackboxing.html:9)
+ 3) (:1)
+Script execution resumed.
+

Powered by Google App Engine
This is Rietveld 408576698