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

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: [{"regex":"bar\\.js"},{"regex":"baz\\.js"}]
2 foo: 6:4
3 bar: 15:12
4 baz: 24:12
5 testFunction: 32:12
6
7 action: stepOut
8 testFunction: 33:4
9
10 action: stepInto
11 foo: 6:4
12 bar: 15:12
13 baz: 24:12
14 testFunction: 33:12
15
16 Test pattern: [{"hash":"3C0ADF012533AABFBB3711A5093951BBEE436E"},{"hash":"3C0ADF 016AB340F1BB3711A4F41EBA0286FE40C"}]
17 foo: 6:4
18 bar: 15:12
19 baz: 24:12
20 testFunction: 32:12
21
22 action: stepOut
23 testFunction: 33:4
24
25 action: stepInto
26 foo: 6:4
27 bar: 15:12
28 baz: 24:12
29 testFunction: 33:12
30
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698