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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt

Issue 2728013002: [DevTools] rebaselined tests (Closed)
Patch Set: stack-overflow-still-flaky Created 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: line 9: test1,test2 1 CONSOLE MESSAGE: line 9: test1,test2
2 CONSOLE MESSAGE: line 10: [object NodeList] 2 CONSOLE MESSAGE: line 10: [object NodeList]
3 CONSOLE MESSAGE: line 11: [object XPathResult] 3 CONSOLE MESSAGE: line 11: [object XPathResult]
4 CONSOLE MESSAGE: line 21: [object Object] 4 CONSOLE MESSAGE: line 21: [object Object]
5 CONSOLE MESSAGE: line 24: function () {} 5 CONSOLE MESSAGE: line 24: function () {}
6 CONSOLE MESSAGE: line 28: [object Object] 6 CONSOLE MESSAGE: line 28: [object Object]
7 CONSOLE MESSAGE: line 31: [object Object] 7 CONSOLE MESSAGE: line 31: [object Object]
8 CONSOLE MESSAGE: line 32: [object Object] 8 CONSOLE MESSAGE: line 32: [object Object]
9 CONSOLE MESSAGE: line 34: function get __proto__() { [native code] } 9 CONSOLE MESSAGE: line 34: function get __proto__() { [native code] }
10 CONSOLE MESSAGE: line 39: [object Uint8Array] 10 CONSOLE MESSAGE: line 39: [object Uint8Array]
11 CONSOLE MESSAGE: line 44: [object Event] 11 CONSOLE MESSAGE: line 44: [object Event]
12 Tests that console logging dumps proper messages. 12 Tests that console logging dumps proper messages.
13 13
14 console-dir.html:4 Array[2] 14 console-dir.html:4 Array(2)
15 0: "test1" 15 0: "test1"
16 1: "test2" 16 1: "test2"
17 length: 2 17 length: 2
18 __proto__: Array[0] 18 __proto__: Array(0)
19 console-dir.html:5 NodeList[1] 19 console-dir.html:5 NodeList(1)
20 length: 1
20 0: html 21 0: html
21 length: 1
22 __proto__: NodeList 22 __proto__: NodeList
23 console-dir.html:6 XPathResult 23 console-dir.html:6 XPathResult
24 invalidIteratorState: false 24 invalidIteratorState: false
25 resultType: 4 25 resultType: 4
26 __proto__: XPathResult 26 __proto__: XPathResult
27 console-dir.html:16 Object 27 console-dir.html:16 Object
28 "": "" 28 "": ""
29 " ": " " 29 " ": " "
30 " a b ": " a b " 30 " a b ": " a b "
31 $foo5_: 0 31 $foo5_: 0
32 "a↵↵b↵c": "a↵↵b↵c" 32 "a↵↵b↵c": "a↵↵b↵c"
33 c d: "c d" 33 c d: "c d"
34 negZero: -0 34 negZero: -0
35 __proto__: Object 35 __proto__: Object
36 console-dir.html:19 function anonymous() 36 console-dir.html:19 function anonymous()
37 arguments: null 37 arguments: null
38 caller: null 38 caller: null
39 length: 0 39 length: 0
40 name: "" 40 name: ""
41 prototype: Object 41 prototype: Object
42 __proto__: () 42 __proto__: function ()
43 [[FunctionLocation]]: console-dir.html:19 43 [[FunctionLocation]]: console-dir.html:19
44 [[Scopes]]: Scopes[1] 44 [[Scopes]]: Scopes[1]
45 console-dir.html:23 inner 45 console-dir.html:23 inner
46 __proto__: Object 46 __proto__: Object
47 console-dir.html:26 Object 47 console-dir.html:26 Object
48 No Properties 48 No Properties
49 console-dir.html:27 Object 49 console-dir.html:27 Object
50 foo: Object 50 foo: Object
51 No Properties 51 No Properties
52 __proto__: Object 52 __proto__: Object
53 console-dir.html:29 function get __proto__() 53 console-dir.html:29 function __proto__()
54 arguments: null 54 arguments: null
55 caller: null 55 caller: null
56 length: 0 56 length: 0
57 name: "get __proto__" 57 name: "get __proto__"
58 __proto__: () 58 __proto__: function ()
59 [[FunctionLocation]]: <unknown> 59 console-dir.html:34 Uint8Array(400000000)
60 console-dir.html:34 Uint8Array[400000000]
61 [0 … 99999999] 60 [0 … 99999999]
62 [100000000 … 199999999] 61 [100000000 … 199999999]
63 [200000000 … 299999999] 62 [200000000 … 299999999]
64 [300000000 … 399999999] 63 [300000000 … 399999999]
65 __proto__: TypedArray 64 __proto__: TypedArray
66 console-dir.html:39 Event 65 console-dir.html:39 Event
67 bubbles: false 66 bubbles: false
68 cancelBubble: false 67 cancelBubble: false
69 cancelable: false 68 cancelable: false
70 composed: false 69 composed: false
71 currentTarget: null 70 currentTarget: null
72 defaultPrevented: false 71 defaultPrevented: false
73 eventPhase: 0 72 eventPhase: 0
74 isTrusted: false 73 isTrusted: false
75 path: Array[0] 74 path: Array(0)
76 returnValue: true 75 returnValue: true
77 srcElement: null 76 srcElement: null
78 target: null 77 target: null
78 type: ""
79 timeStamp: 0 79 timeStamp: 0
80 type: ""
81 __proto__: Event 80 __proto__: Event
82 81
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698