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-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, 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-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..2aa292a8beda41d6068656816568838f51a6aa88
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-pattern-expected.txt
@@ -0,0 +1,31 @@
+Test pattern: [{"regex":"bar\\.js"},{"regex":"baz\\.js"}]
+foo: 6:4
+bar: 15:12
+baz: 24:12
+testFunction: 32:12
+
+action: stepOut
+testFunction: 33:4
+
+action: stepInto
+foo: 6:4
+bar: 15:12
+baz: 24:12
+testFunction: 33:12
+
+Test pattern: [{"hash":"3C0ADF012533AABFBB3711A5093951BBEE436E"},{"hash":"3C0ADF016AB340F1BB3711A4F41EBA0286FE40C"}]
+foo: 6:4
+bar: 15:12
+baz: 24:12
+testFunction: 32:12
+
+action: stepOut
+testFunction: 33:4
+
+action: stepInto
+foo: 6:4
+bar: 15:12
+baz: 24:12
+testFunction: 33:12
+
+

Powered by Google App Engine
This is Rietveld 408576698