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

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

Issue 1218873002: Layout tests: unflake console tests that race with the main resource load. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 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 Tests that console logging dumps proper messages. 11 Tests that console logging dumps proper messages.
12 12
13 console-dir.html:9 Array[2] 13 console-dir.html:4 Array[2]
14 0: "test1" 14 0: "test1"
15 1: "test2" 15 1: "test2"
16 length: 2 16 length: 2
17 __proto__: Array[0] 17 __proto__: Array[0]
18 console-dir.html:10 NodeList[1] 18 console-dir.html:5 NodeList[1]
19 0: html 19 0: html
20 length: 1 20 length: 1
21 __proto__: NodeList 21 __proto__: NodeList
22 console-dir.html:11 XPathResult 22 console-dir.html:6 XPathResult
23 invalidIteratorState: false 23 invalidIteratorState: false
24 resultType: 4 24 resultType: 4
25 __proto__: XPathResult 25 __proto__: XPathResult
26 console-dir.html:21 Object 26 console-dir.html:16 Object
27 "": "" 27 "": ""
28 " ": " " 28 " ": " "
29 " a b ": " a b " 29 " a b ": " a b "
30 $foo5_: 0 30 $foo5_: 0
31 "a↵↵b↵c": "a↵↵b↵c" 31 "a↵↵b↵c": "a↵↵b↵c"
32 c d: "c d" 32 c d: "c d"
33 negZero: -0 33 negZero: -0
34 __proto__: Object 34 __proto__: Object
35 console-dir.html:24 anonymous() 35 console-dir.html:19 anonymous()
36 arguments: null 36 arguments: null
37 caller: null 37 caller: null
38 length: 0 38 length: 0
39 name: "" 39 name: ""
40 prototype: Object 40 prototype: Object
41 __proto__: () 41 __proto__: ()
42 <function scope> 42 <function scope>
43 Global: Window 43 Global: Window
44 console-dir.html:28 outer.inner 44 console-dir.html:23 outer.inner
45 __proto__: outer.inner 45 __proto__: outer.inner
46 console-dir.html:31 Object 46 console-dir.html:26 Object
47 No Properties 47 No Properties
48 console-dir.html:32 Object 48 console-dir.html:27 Object
49 foo: Object 49 foo: Object
50 No Properties 50 No Properties
51 __proto__: Object 51 __proto__: Object
52 console-dir.html:34 get __proto__() 52 console-dir.html:29 get __proto__()
53 arguments: null 53 arguments: null
54 caller: null 54 caller: null
55 length: 0 55 length: 0
56 name: "get __proto__" 56 name: "get __proto__"
57 __proto__: () 57 __proto__: ()
58 <function scope> 58 <function scope>
59 No Scopes 59 No Scopes
60 console-dir.html:39 Uint8Array[400000000] 60 console-dir.html:34 Uint8Array[400000000]
61 [0 … 99999999] 61 [0 … 99999999]
62 [100000000 … 199999999] 62 [100000000 … 199999999]
63 [200000000 … 299999999] 63 [200000000 … 299999999]
64 [300000000 … 399999999] 64 [300000000 … 399999999]
65 __proto__: Uint8Array 65 __proto__: Uint8Array
66 66
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-dir.html ('k') | LayoutTests/inspector/console/console-filter-level-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698