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

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

Issue 1754483002: [DevTools] Added setBlackboxPatterns method to protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@provide-hash-for-anonymous-scripts
Patch Set: 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-frameworks/frameworks-provisional-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-provisional-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-provisional-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bc8a94308c8458f38f3d9a4c42894852802ecaff
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-provisional-expected.txt
@@ -0,0 +1,18 @@
+Tests framework provisional blackboxing.
+
+Set timer for test function.
+Call stack:
+ 0) testFunction (frameworks-provisional.html:9)
+
+Executing StepInto...
+Executing StepInto...
+Call stack:
+ 0) callback (frameworks-provisional.html:16)
+ * 1) (framework.js:1)
+ 2) testFunction (frameworks-provisional.html:10)
+
+Executing StepOut...
+Call stack:
+ 0) testFunction (frameworks-provisional.html:11)
+
+

Powered by Google App Engine
This is Rietveld 408576698