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..1443df7ced5f54a75e50bf81f50c78f18344c8d8 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-pattern-expected.txt |
@@ -0,0 +1,31 @@ |
+Test pattern: [{"type":"RegExp","value":"bar\\.js"},{"type":"RegExp","value":"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: [{"type":"Hash","value":"3C0ADF012533AABFBB3711A5093951BBEE436E"},{"type":"Hash","value":"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 |
+ |
+ |