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