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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test pattern: [{"url":"bar.js"},{"url":"baz.js"},{"hash":"E787352377FB9E71BB7083 A5DB0CA9FA9584E6F2"}]
2 foo: 6:4
3 bar: 15:12
4 baz: 24:12
5 qwe: 33:12
6 testFunction: 40:12
7
8 action: stepOut
9 testFunction: 41:12
10
11 action: stepInto
12 foo: 6:4
13 bar: 15:12
14 baz: 24:12
15 qwe: 33:12
16 testFunction: 41:12
17
18 Test pattern: [{"regexp":"ba(r|z)\\.js"},{"hash":"E787352377FB9E71BB7083A5DB0CA9 FA9584E6F2"}]
19 foo: 6:4
20 bar: 15:12
21 baz: 24:12
22 qwe: 33:12
23 testFunction: 40:12
24
25 action: stepOut
26 testFunction: 41:12
27
28 action: stepInto
29 foo: 6:4
30 bar: 15:12
31 baz: 24:12
32 qwe: 33:12
33 testFunction: 41:12
34
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698