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

Side by Side Diff: LayoutTests/inspector/sources/debugger-pause/debugger-change-variable-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 Tests that modifying local variables works fine. 1 Tests that modifying local variables works fine.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 4
5 Evaluated before modification: 5 Evaluated before modification:
6 localObject1.a = 310 6 localObject1.a = 310
7 localObject2 = 42 7 localObject2 = 42
8 8
9 Evaluated after modification: 9 Evaluated after modification:
10 localObject1.a = -290 10 localObject1.a = -290
11 localObject2 = 123 11 localObject2 = 123
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698