| OLD | NEW |
| 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 Tests that console logging dumps proper messages. | 12 Tests that console logging dumps proper messages. |
| 12 | 13 |
| 13 console-dir.html:4 Array[2] | 14 console-dir.html:4 Array[2] |
| 14 0: "test1" | 15 0: "test1" |
| 15 1: "test2" | 16 1: "test2" |
| 16 length: 2 | 17 length: 2 |
| 17 __proto__: Array[0] | 18 __proto__: Array[0] |
| 18 console-dir.html:5 NodeList[1] | 19 console-dir.html:5 NodeList[1] |
| 19 0: html | 20 0: html |
| 20 length: 1 | 21 length: 1 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 name: "get __proto__" | 57 name: "get __proto__" |
| 57 __proto__: () | 58 __proto__: () |
| 58 <function scope> | 59 <function scope> |
| 59 No Scopes | 60 No Scopes |
| 60 console-dir.html:34 Uint8Array[400000000] | 61 console-dir.html:34 Uint8Array[400000000] |
| 61 [0 … 99999999] | 62 [0 … 99999999] |
| 62 [100000000 … 199999999] | 63 [100000000 … 199999999] |
| 63 [200000000 … 299999999] | 64 [200000000 … 299999999] |
| 64 [300000000 … 399999999] | 65 [300000000 … 399999999] |
| 65 __proto__: TypedArray | 66 __proto__: TypedArray |
| 67 console-dir.html:39 Event |
| 68 bubbles: false |
| 69 cancelBubble: false |
| 70 cancelable: false |
| 71 currentTarget: null |
| 72 defaultPrevented: false |
| 73 eventPhase: 0 |
| 74 isTrusted: false |
| 75 path: Array[0] |
| 76 relatedTargetScoped: false |
| 77 returnValue: true |
| 78 scoped: false |
| 79 srcElement: null |
| 80 target: null |
| 81 timeStamp: 0 |
| 82 type: "" |
| 83 __proto__: Event |
| 66 | 84 |
| OLD | NEW |