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 |
+ |
+ |