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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-pattern-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-protocol/debugger/stepping-with-blackbox-pattern-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-pattern-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-pattern-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b9481b617a29dca32c2bee60200c8e7ed57a956f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-pattern-expected.txt
@@ -0,0 +1,35 @@
+Test pattern: [{"url":"bar.js"},{"url":"baz.js"},{"hash":"E787352377FB9E71BB7083A5DB0CA9FA9584E6F2"}]
+foo: 6:4
+bar: 15:12
+baz: 24:12
+qwe: 33:12
+testFunction: 40:12
+
+action: stepOut
+testFunction: 41:12
+
+action: stepInto
+foo: 6:4
+bar: 15:12
+baz: 24:12
+qwe: 33:12
+testFunction: 41:12
+
+Test pattern: [{"regexp":"ba(r|z)\\.js"},{"hash":"E787352377FB9E71BB7083A5DB0CA9FA9584E6F2"}]
+foo: 6:4
+bar: 15:12
+baz: 24:12
+qwe: 33:12
+testFunction: 40:12
+
+action: stepOut
+testFunction: 41:12
+
+action: stepInto
+foo: 6:4
+bar: 15:12
+baz: 24:12
+qwe: 33:12
+testFunction: 41:12
+
+

Powered by Google App Engine
This is Rietveld 408576698