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/runtime/runtime-setPropertyValue-expected.txt

Issue 83383002: DevTools: Allow setting -0 value to object property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 11: ===== Initial ===== 1 CONSOLE MESSAGE: line 11: ===== Initial =====
2 CONSOLE MESSAGE: line 12: {"foo":1} 2 CONSOLE MESSAGE: line 12: {"foo":1}
3 CONSOLE MESSAGE: line 13: 3 CONSOLE MESSAGE: line 13:
4 CONSOLE MESSAGE: line 11: ===== Set primitive ===== 4 CONSOLE MESSAGE: line 11: ===== Set primitive =====
5 CONSOLE MESSAGE: line 12: {"foo":2} 5 CONSOLE MESSAGE: line 12: {"foo":2}
6 CONSOLE MESSAGE: line 13: 6 CONSOLE MESSAGE: line 13:
7 CONSOLE MESSAGE: line 11: ===== Set handle ===== 7 CONSOLE MESSAGE: line 11: ===== Set handle =====
8 CONSOLE MESSAGE: line 12: {"foo":{"bar":2}} 8 CONSOLE MESSAGE: line 12: {"foo":{"bar":2}}
9 CONSOLE MESSAGE: line 13: 9 CONSOLE MESSAGE: line 13:
10 CONSOLE MESSAGE: line 11: ===== Set undefined ===== 10 CONSOLE MESSAGE: line 11: ===== Set undefined =====
11 CONSOLE MESSAGE: line 12: {} 11 CONSOLE MESSAGE: line 12: {}
12 CONSOLE MESSAGE: line 13: 12 CONSOLE MESSAGE: line 13:
13 CONSOLE MESSAGE: line 11: ===== Set zero ===== 13 CONSOLE MESSAGE: line 11: ===== Set zero =====
14 CONSOLE MESSAGE: line 12: {"foo":0} 14 CONSOLE MESSAGE: line 12: {"foo":0}
15 CONSOLE MESSAGE: line 13: 15 CONSOLE MESSAGE: line 13:
16 CONSOLE MESSAGE: line 11: ===== Set null ===== 16 CONSOLE MESSAGE: line 11: ===== Set null =====
17 CONSOLE MESSAGE: line 12: {"foo":null} 17 CONSOLE MESSAGE: line 12: {"foo":null}
18 CONSOLE MESSAGE: line 13: 18 CONSOLE MESSAGE: line 13:
19 CONSOLE MESSAGE: line 11: ===== Set empty string ===== 19 CONSOLE MESSAGE: line 11: ===== Set empty string =====
20 CONSOLE MESSAGE: line 12: {"foo":""} 20 CONSOLE MESSAGE: line 12: {"foo":""}
21 CONSOLE MESSAGE: line 13: 21 CONSOLE MESSAGE: line 13:
22 CONSOLE MESSAGE: line 11: ===== Set exception ===== 22 CONSOLE MESSAGE: line 11: ===== Set exception =====
23 CONSOLE MESSAGE: line 12: {"foo":""} 23 CONSOLE MESSAGE: line 12: {"foo":""}
24 CONSOLE MESSAGE: line 13: 24 CONSOLE MESSAGE: line 13:
25 CONSOLE MESSAGE: line 11: ===== Set non-finite numbers ===== 25 CONSOLE MESSAGE: line 11: ===== Set non-finite numbers =====
26 CONSOLE MESSAGE: line 12: {"foo":"NaN","foo1":"Infinity","foo2":"-Infinity"} 26 CONSOLE MESSAGE: line 12: {"foo":"NaN","foo1":"Infinity","foo2":"-Infinity"}
27 CONSOLE MESSAGE: line 13: 27 CONSOLE MESSAGE: line 13:
28 CONSOLE MESSAGE: line 25: ===== Checking negative zero =====
29 CONSOLE MESSAGE: line 26: 1/-0 = -Infinity
28 Tests WebInspector.RemoveObject.setPropertyValue implementation. 30 Tests WebInspector.RemoveObject.setPropertyValue implementation.
29 31
30 32
31 Running: testSetUp 33 Running: testSetUp
32 34
33 Running: testSetPrimitive 35 Running: testSetPrimitive
34 36
35 Running: testSetHandle 37 Running: testSetHandle
36 38
37 Running: testSetUndefined 39 Running: testSetUndefined
38 40
39 Running: testSetZero 41 Running: testSetZero
40 42
41 Running: testSetNull 43 Running: testSetNull
42 44
43 Running: testSetEmptyString 45 Running: testSetEmptyString
44 46
45 Running: testSetException 47 Running: testSetException
46 exception 48 exception
47 49
48 Running: testSetNonFiniteNumbers 50 Running: testSetNonFiniteNumbers
49 51
52 Running: testNegativeZero
53
50 Running: testReleaseObjectIsCalled 54 Running: testReleaseObjectIsCalled
51 55
OLDNEW
« no previous file with comments | « LayoutTests/inspector/runtime/runtime-setPropertyValue.html ('k') | Source/devtools/front_end/RemoteObject.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698