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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt

Issue 2543303002: DevTools: rebaseline tests after V8 roll (Closed)
Patch Set: DevTools: rebaseline expectations after injected script source change Created 4 years 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
1 Tests resolving variable names via source maps. 1 Tests resolving variable names via source maps.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Script execution paused. 4 Script execution paused.
5 5
6 Scope variables sidebar pane: 6 Scope variables sidebar pane:
7 Catch 7 Catch
8 error: "boom!" 8 error: "boom!"
9 Local 9 Local
10 longMap: Map 10 longMap: Map(1)
11 longObject: Object 11 longObject: Object
12 parameter1: 100 12 parameter1: 100
13 parameter2: "hello" 13 parameter2: "hello"
14 this: Window 14 this: Window
15 WindowGlobal 15 WindowGlobal
16 <section collapsed> 16 <section collapsed>
17 Script execution resumed. 17 Script execution resumed.
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698