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

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

Issue 83383002: DevTools: Allow setting -0 value to object property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 Debugger was enabled. 3 Debugger was enabled.
4 Set timer for test function. 4 Set timer for test function.
5 Script execution paused. 5 Script execution paused.
6 Evaluated script on the calling frame: 310 6 Evaluated script on the calling frame: 310
7 Evaluated script on the calling frame (after value modification): -290 7 Evaluated script on the calling frame (after value modification): -290
8 Expecting NaN: NaN
9 Negative zero test. 1/-0 = -Infinity
8 Script execution resumed. 10 Script execution resumed.
9 Debugger was disabled. 11 Debugger was disabled.
10 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698